Hello,

I'm trying to figure out how to read multiple lines from a file at once for
parsing.  For example,, If the file contained the following:

input file
------------
Line 1
Line 2
Line 3
Line 4
Line 5
Line 6
Line 7
Line 8

I want to read in lines 1-4 for processing then during the next iteration
read lines 5-8.  Could someone give me a could starting place?




--
William Black
[EMAIL PROTECTED]

Reply via email to