I need to be able to read a simple text file that contains a series of numbers for each line.
These numbers need to be read and stored somewhere in my code so I figure an array is the best way to go. Once the array has the values stored I can use it for further manipulation but I can't seem to actually read and push values into my array from each line in a text file.
What's the best way to do this? All help is appreciated! Thanks!