Some of the lines in the data file contain commas, such as
"Nashville, TN 12345" when a statement such as:
input #1, DataLine$
is used, it only gets the "Nashville" portion. It would be useful
to me to be able to to store the complete line, commas included,
into one variable. Is this possible please?
Thank you.
Robert
------------------
"Nashville, TN 12345" when a statement such as:
input #1, DataLine$
is used, it only gets the "Nashville" portion. It would be useful
to me to be able to to store the complete line, commas included,
into one variable. Is this possible please?

Thank you.
Robert
------------------
Comment