F
friend
if we have text file as below:
1
2
3
4
5
56
567
6
7
76
567
ReadToEnd option for reading the whole text file
ReadLine reads only a single line
how to read the text file from 56 to 7 ??
Thanks
1
2
3
4
5
56
567
6
7
76
567
ReadToEnd option for reading the whole text file
ReadLine reads only a single line
how to read the text file from 56 to 7 ??
Thanks