Does anyone know what I can use to drop to the next line in a text file when reading?
Printable View
Does anyone know what I can use to drop to the next line in a text file when reading?
Just keep reading in data (and discarding it if you're not interested in it) until you encounter a newline character.
ok thanks