I have a textfile I need to open and I need to put each line into the array. What is the simplest way to add the elements/each line's data into the array while increasing the array as it reads each line? This is blowing my mind right now...
I thought about using a counter and then redim-ing the array (while preserving of course). If so, how would that be constructed? Thanks!