Jump to content

Collection Objectitems


bilwebore

Recommended Posts

I have been using a function to generate numbers that are added to a collection. Let's say that the collection name is "ACollection". How can I call up or use a single member of the collection. I have not been able to call up a single member of the collection.Like:For i = 1 to 10number = ACollection (i) or some code akin to this that will let me call up any member of the collection and assign it to a variable or iadded to a string.Thanks

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...