G
Guest
I have a csv file that I want to do a selective import on.
I am using the following to read a line of data:
Line Input #1, sLine
My problem is that the csv file contains only a LF [chr(10)] at the end of
the line and not the CR-LF that the Input command is looking for.
Any examples of how to address this would be greatly appreciated!
Thanks in Advance!!!
I am using the following to read a line of data:
Line Input #1, sLine
My problem is that the csv file contains only a LF [chr(10)] at the end of
the line and not the CR-LF that the Input command is looking for.
Any examples of how to address this would be greatly appreciated!
Thanks in Advance!!!