F
Fredrik Melin
The error I usally get is: Index out of range
(e.g. I removed a item in the collection, therefor my For I = 0 to
Col.count -1 gets invalid)
What I want to do is loop through a collection as it was, change the "real"
one (maybe add, remove)
So basically I would like to first copy a collection to a temporary, loop
through it, make changes to the original.
Is there any good way to do this? IClonable, or ?
Regards
Fredrik Melin
(e.g. I removed a item in the collection, therefor my For I = 0 to
Col.count -1 gets invalid)
What I want to do is loop through a collection as it was, change the "real"
one (maybe add, remove)
So basically I would like to first copy a collection to a temporary, loop
through it, make changes to the original.
Is there any good way to do this? IClonable, or ?
Regards
Fredrik Melin