How would I create a "dictionary" of dictionary objects in ASP? I'm not sure if that's exactly what I need...
What I want to do is be able to add as many dictionaries as I want to an object, then refer to that obect as follows:
MyFirstValue1 = oMyObject.oDictMyDictionary1("MyFirstKey1"
MyFirstValue2 = oMyObject.oDictMyDictionary2("MyFirstKey2"
is this possible?
What I want to do is be able to add as many dictionaries as I want to an object, then refer to that obect as follows:
MyFirstValue1 = oMyObject.oDictMyDictionary1("MyFirstKey1"

MyFirstValue2 = oMyObject.oDictMyDictionary2("MyFirstKey2"

is this possible?