I have a VBScript ASP, and I really want to use hash tables. I can use the VB Collection data structure as a hash table, but I can't get it to work in VBScript.

Am I correct in guessing that one can't use the Collection structure in VBScript?