shakespeare5677
Programmer
I'm reading a file line by line using the StreamReader's ReadLine. After reading 13 lines of variable lengths, I read 4 lines of 130 characters. Attempting to read the next line, also 130 characters, returns the file's 1st line. Am I doing something wrong?
-Max
-Max