R
Roshawn
Hi,
How do you retrieve only a subset of items from an ArrayList using a
For...Next loop?
For instance, say I want to work only with 30 ArrayList items at a time.
After processing the 30 items, I'd like to retrieve the next 30 items and
process them. I'd like to continue doing it this way until all items have
been processed. How do I go about accomplishing this? I don't know where
to begin :-(
Thanks,
Roshawn
How do you retrieve only a subset of items from an ArrayList using a
For...Next loop?
For instance, say I want to work only with 30 ArrayList items at a time.
After processing the 30 items, I'd like to retrieve the next 30 items and
process them. I'd like to continue doing it this way until all items have
been processed. How do I go about accomplishing this? I don't know where
to begin :-(
Thanks,
Roshawn