Home All Groups Group Topic Archive Search About


Author
24 Feb 2005 4:28 PM
Logico
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

Author
24 Feb 2005 6:22 PM
Bob Barrows [MVP]
Logico wrote:
> 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?

Collections are not supported in vbscript, so the Dictionary object is your
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.
Author
25 Feb 2005 4:21 AM
Vinod
"Logico" <amil***@dsi.unive.it> wrote in message
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


Hi ,

You can used the dictionary object which can store key , value pair.

Regards
Vinod

AddThis Social Bookmark Button