B
Bob
I'm using code in Access to read a text file. I need to read in a whole
line at a time regardless of what characters are in the line (spaces,
commas, etc.). I can use INPUT to read in a line but it ignores leading
spaces and breaks at commas. I can use INPUT # and read one character at a
time. Is there any way to read a whole line at one time like the old BASIC,
LINE INPUT command?
line at a time regardless of what characters are in the line (spaces,
commas, etc.). I can use INPUT to read in a line but it ignores leading
spaces and breaks at commas. I can use INPUT # and read one character at a
time. Is there any way to read a whole line at one time like the old BASIC,
LINE INPUT command?