I need to read a whole line of text (till carriage return) from a file. My text file looks like this
0.000000,16408.875931,106.666691,5251.990296
0.000488,16412.438424,106.666691,5251.990296
0.000977,16412.157174,106.666691,5251.990296
0.001465,16406.750934,106.666691,5251.990296
0.001953,16406.032186,106.666691,5251.990296
0.002441,16402.000943,106.666691,5251.990296
0.002930,16397.688451,106.666691,5251.990296
Unfortunately, I can only read one atom at a time with textfile object and bang, as you can see in the attached patch.
I actually need the whole line, but PD stops after comma. How do I do this?