Dec 23, 2007 #1 ice78991 Programmer Joined Nov 20, 2006 Messages 216 is it possible to find the number of url parameters passed in to a coldfusion page. I have been looking for something along the lines of #url.length#
is it possible to find the number of url parameters passed in to a coldfusion page. I have been looking for something along the lines of #url.length#
Dec 23, 2007 #2 cfSearching Programmer Joined Dec 14, 2007 Messages 367 Location US URL is a structure. You can use StructCount(URL) to obtain the number of url parameters. http://cfsearching.blogspot.com/ Upvote 0 Downvote
URL is a structure. You can use StructCount(URL) to obtain the number of url parameters. http://cfsearching.blogspot.com/