I am using the input statement to read in data from a file,

Input #1, strInput

Some of the lines of the file have a comma in them, which cuts off the input and puts the rest of the line into the next input statement(i am using a do while loop).

I know that the Input Function does not use delimeters, but you have to specify the number of characters to read in. I do not know how many characters to read in because each line is a different size.

I guess my question is: Can I somehow make the Input Statement not use commas as a delimeter?

Thanks,
JK