T
Tim Bücker
Hello.
Is there a way to read a specified line in a textfile?
Something like TextReader.ReadTextLine(4);
It seems very odd to use
reader.ReadLine();
reader.ReadLine();
reader.ReadLine();
string wishedLine = reader.ReadLine();
Is there a better way?
Greetings and thanks in advance,
Tim.
Is there a way to read a specified line in a textfile?
Something like TextReader.ReadTextLine(4);
It seems very odd to use
reader.ReadLine();
reader.ReadLine();
reader.ReadLine();
string wishedLine = reader.ReadLine();
Is there a better way?
Greetings and thanks in advance,
Tim.