Is it possible to set a dictionary object as a property of a class in classic ASP? I can't seem to get the syntax right. I have a function that I want to return a dictionary object, and assign the dictionary object that is returned by the function to the class property, but I keep getting a type mismatch error?
If I can't use the dictionary object, can I use an array?
I'm newish to classic ASP but I know C#/.NET pretty well.