FileStreams: read from one specified line to another specified line

cfisher440

Well-known member
Joined
Oct 11, 2005
Messages
73
Programming Experience
1-3
I want to be able to read from one specified line number of text to another specified line number of text.

Example. Read from line 120 to line 134 then read in line 135 and retain that line of text (so I can throw that line of text into a function to get data out of it).

Any comments/questions/ideas would be appreciated. :)
 
Back
Top