I am populating an array, then using each member in the array.
At the end of this loop I want to destroy the instance of the array.
I can't just look for the size of the array to be equal to 0 (zero) because the array starts out empty, before I fill it.
Any ideas??