Importing csv file?

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!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top