Vic
08-09-2006, 10:42 PM
In javascript there is a variable type Object() which allows me to set variable content in the form:
myVariable["Name1"] = "Content1"
myVariable["Name2"] = "Content2"
I was wondering if there is an equivalent variable type in ASP / Visual Basic, and how is it used?
thanks a lot in advance...
myVariable["Name1"] = "Content1"
myVariable["Name2"] = "Content2"
I was wondering if there is an equivalent variable type in ASP / Visual Basic, and how is it used?
thanks a lot in advance...