Howdy,
How do I crete a my custom collection in asp? I am
not on asp.net. All i want to do is create a
collection. in vb, we could say
set coll = new Collection
if I do this, I get:
Microsoft VBScript runtime error '800a01fa'
Class not defined: 'Collection'
which doesn't surprise me. Can someone help please?
thanks.
How do I crete a my custom collection in asp? I am
not on asp.net. All i want to do is create a
collection. in vb, we could say
set coll = new Collection
if I do this, I get:
Microsoft VBScript runtime error '800a01fa'
Class not defined: 'Collection'
which doesn't surprise me. Can someone help please?
thanks.