I have a loop which is grabbing information from a txt file. The amount of content that is sucked out varies each time.

What I need to do is somehow add this content from the loop into an array without knowing how much data is already in the array, so Im guessing maybe use the .Count function?

Also, I need to know how to empty the entire array, do I have to do a loop to zero out all the slots or can I do it all in one function call?

Cheers