purplegerbil
11-30-2004, 08:54 AM
Hi,
I have a comma delimited file with a line feed after every 10th field.
I am trying to read read all 10 fields together to check for a certain word. usually a csv file has crlf on the end and this wouldnt be a problem by using Line Input.... I have tried to input the fields separately but the lf causes a problem.
Is there a way of being able to read in the data and ignore the line feed.
Any help would be great.
Thanks
PG
I have a comma delimited file with a line feed after every 10th field.
I am trying to read read all 10 fields together to check for a certain word. usually a csv file has crlf on the end and this wouldnt be a problem by using Line Input.... I have tried to input the fields separately but the lf causes a problem.
Is there a way of being able to read in the data and ignore the line feed.
Any help would be great.
Thanks
PG