If you run the attached code, and wait about 10 minutes, the CPU usage creeps up from ~20% to 100% and stays there.
What's causing this?
I'm replacing array elements, not inserting them, have a one second delay in the loop, don't have any references being opened and not closed.
help!