Hi
Im trying to load each line of a text file into an array. For example...
12
19
26
29
32
Would be the text file and as a result array(0) would be 12, array(1) would be 19, etc.
I found how to do this with lists, but how would I do this with an array?