How to start read from the specific line in text file

iyappan

New member
Joined
Sep 23, 2015
Messages
4
Programming Experience
Beginner
i want to Start read from a specific line in the text file.
ex:
text file

qwert
yuiop
asdfg
ghjkl
zxcvb
asmjn
........... going on

Now Start to read From zxcvb line .How to Suppose i do in vb.net ???
 
For example File.ReadAllLines then loop array from the line index you want.
 
Back
Top