From my understanding #CGI.PATH_INFO# will grab my url path. But in my application I only want to grab the last parameter in my urls. So say I have the following urls:
- http://www.mysite.com/page.cfm?id=13213&var=23&htm
- http://www.mysite.com/page.cfm?id=232213&var=33&doc
- http://www.mysite.com/page.cfm?id=454543&var=64&xls
How can I grab the htm, doc, and xls from the url?
You can use the ListLast function