Hi,
I have a text file that I wish to break up into a number of smaller sized files.
I am reading the input file using INPUT #1, Textline
and writing the output file using PRINT #2, Textline
However, some of the lines include commas, and this results in two output records being created.
Is there anyway I can treat a comma as part of the line?
Thanks
I have a text file that I wish to break up into a number of smaller sized files.
I am reading the input file using INPUT #1, Textline
and writing the output file using PRINT #2, Textline
However, some of the lines include commas, and this results in two output records being created.
Is there anyway I can treat a comma as part of the line?
Thanks