Hi I'm currently working on something for the future where I want to read through a comma separated txt file with a known amount of columns but not rows and I want to take each row and turn it into an array. I then want to do calculations on each array.
I was wondering if there is a method on going through a row with a while loop
to get the array and each time it passes through the loop it changes the values of the array with the next row in the file.
I know you can loop through a endless row file using this code below to stop when the file is finished this is why I am asking