V
Vik Rubenfeld
I'm working on a macro that will import a comma-delimited text file into
MSGraph. I'm using this line (inside of a loop) to input each field:
Input #1, IString
The number of fields per line in my text file, can be different from one
line to another.
How can I tell when Input has gotten to the end of a line (that is, has
encountered a carriage return)?
Thanks in advance to all for any info.
-Vik
MSGraph. I'm using this line (inside of a loop) to input each field:
Input #1, IString
The number of fields per line in my text file, can be different from one
line to another.
How can I tell when Input has gotten to the end of a line (that is, has
encountered a carriage return)?
Thanks in advance to all for any info.
-Vik