Hi Monks,
I have this array of elements and I would go foreach of each element about 4 times currently. But each time i go through the foreach loop, i find elements i want to remove from the array. So as I continue, the foreach loop should get smaller in elements.
How can I do this?