For this question I am using VB.NET 2003.
I know to make an array larger you use the ReDim Preserve "array" command, but I was wondering how to determine if my original array is too small.
If I make an array 50 "blocks" long, and I am reading from a file that has 55 lines, then how do I know that the array is too small and therefore should make it 100 blocks long, etc.
Thanks