Hi there, I was trying to work out the length of a Request.QueryString
I have been looking around, however I can only find this, which doesnt give me the result I like:
Len(CStr(String))
Open in new window
This gives a value of 6 or what ever the length the text is...
What I would like is...
http://domain.com/?
i=AUGPA <- the bold part, how can I determine the length of this?
Request.QueryString
ASP QueryString Collection
https://www.w3schools.com/asp/coll_querystring.asp