On Dec 12, 2004, at 8:41 AM, James Harkins wrote:
I see now... it's "takeThese" -- is that a new method?
yes. It allows you to remove things from an array you are iterating over without making a copy - but it does not preserve the order. the list gets scrambled due to the way take operates.