|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Collection in ASP
Hi everybody,
does anyone know how to define own Collection objets in ASP (not ASP.NET!) and VBScript? Is it better to use the Collections or the "Scripting.Dictionary" object? Thanks, bye AM Logico wrote:
> Hi everybody, Collections are not supported in vbscript, so the Dictionary object is your> does anyone know how to define own Collection objets in ASP (not > ASP.NET!) and VBScript? Is it better to use the Collections or the > "Scripting.Dictionary" object? only choice. Bob Barrows -- Microsoft MVP -- ASP/ASP.NET Please reply to the newsgroup. The email account listed in my From header is my spam trap, so I don't check it very often. You will get a quicker response by posting to the newsgroup. "Logico" <amil***@dsi.unive.it> wrote in message Hi ,news:ffe0d3c1.0502240828.59fb8e10@posting.google.com... > Hi everybody, > does anyone know how to define own Collection objets in ASP (not > ASP.NET!) and VBScript? Is it better to use the Collections or the > "Scripting.Dictionary" object? > Thanks, bye > AM You can used the dictionary object which can store key , value pair. Regards Vinod |
|||||||||||||||||||||||