All Forums >> [Scripting] >> ASP >> Collections in vbscript using asp Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
u can do this : create n declare the collection dim mcol set mcol = server.createobject("Scripting.Dictionary") If To add into collection mcol.add "staffInfo" If To access : mcol.item(1)