Hello,

I'm reading from a file.  I'm trying to read in five lines at a time where
each line has a newline and then process the lines into separare variables.
For example,

Input File
-------------
Stevens,
Craig A Triangle Family Care PA
106-A Ridgeview Dr
Cary, NC
View Profile & Phone | Appointment Services 0.4
Once the lines are read in, I want to store 'Stevens' into a Lname variable,
'Graig' in a Fname variable, 'A Triangle Family Care PA' into BusName
variable, '106-A Ridgeview Dr' into a Address variable, 'Cary' into a City
variable, and 'NC' into a state variable.  Could someone point me in the
right direction?

regards,



--
William Black
[EMAIL PROTECTED]

Reply via email to