I iyappan New member Joined Sep 23, 2015 Messages 4 Programming Experience Beginner Nov 25, 2015 #1 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 ???
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 ???
JohnH VB.NET Forum Moderator Staff member Joined Dec 17, 2005 Messages 15,825 Location Norway Programming Experience 10+ Nov 25, 2015 #2 For example File.ReadAllLines then loop array from the line index you want. Upvote 0 Downvote