how can I create a dynamic array that can be re-sized at run time.
The code below is part of a while loop that has to add new data when its found but the problem I'm having is that its resetting all the array's elements after every cycle. And I'm thinking the new declaration might be the result.
any advice of adding stuff within my loop.
plus I'm also having trouble deleting the run time arrays afterwards,,