G
Guest
I have created a collection using:
dim collMycollection as new collection
and populated it. Now I want to clear it and reuse it. What is the command
to do so? I've tried:
collMycollection.clear
But that doesn't seem to be supported. Any ideas?
dim collMycollection as new collection
and populated it. Now I want to clear it and reuse it. What is the command
to do so? I've tried:
collMycollection.clear
But that doesn't seem to be supported. Any ideas?