VidVB6 0 Newbie Poster

Hi All
jus switched to asp & VBScript coding from VB6...
How do I go abt iterating thru a collection in VBScript?
I have a collection object in a Active X DLL. I created an object of that dll in my asp page using server.cretaeobject method.
So I guess that collection in VB dll will be stored in the obj in asp.
how do I iterate thru this collection/object?

Pls can someone help???