|
-
May 18th, 2004, 03:39 AM
#1
Thread Starter
Hyperactive Member
Collection
Hey,
I used collection, to make object list.
dim v as new collection
I add items using key.
v.add(object, key)
Key is unique integer.
After I add (or replace) item, I need to remove all other items, which key is bigger.
How to do this?
Maybe I should use other class (not collection)?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|