Is there such a thing as a hashtable in classic asp? Need to concatenate some data together and the only sensible way to do it would be via a hashtable. Can’t find anything on the web so I am guessing no, so what alternatives are there?
My apologies, its VB script – legacy site.
Thanks.
If you are using classic asp and vbscript, the closest thing is using a dictionary object.
Check out this link.