Hi, using For Each ... to go through and process a bunch of objects of the same type.
While doing this I'd like to add more objects of this type.
I don't care if the added objects are processed in this loop or not.
Is this ok to do or should I add the objects after my For Each loop?
Thanks
Jim
While doing this I'd like to add more objects of this type.
I don't care if the added objects are processed in this loop or not.
Is this ok to do or should I add the objects after my For Each loop?
Thanks
Jim