I've got some code that needs to loop through about ten thousand element IDs and do stuff to them. It's really simpler than it sounds -- -- That works fine with a number like 10000. But the number i ...