I'm attempting to write a program that steps through lines from a text file (to be used in conjunction with MaxMsp. I'd like to read a whole text file and output a single line, then trigger the output of the next line.
I'm not sure if there is a way to tokenize the lines, and recall them later. Or perhaps I should read them into an array and display the arrays.
I appreciate any help that can be offered.
