|
-
July 8th, 2005, 08:58 AM
#1
How can I delete multiple items from collection?
Hello,
How do I delete multiple elements from collection (array) at once?
I'd like to do that by index.
For example, I want to delete elements with indexes 1, 2, 3 and 4.
If I delete element at index 1, all elements and their indexes will be shifted. That's the problem. I need to delete the elements in compact index section, like: 1,2,3,4 or 7,8,9,10.
Thank you in advance
Goran
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
|