Hi
I am reading a text file line by line into an array and despite the help stating this:
"The Line Input # statement reads from a file one character at a time until it encounters a carriage return (Chr(13)) or carriage returnlinefeed (Chr(13) + Chr(10)) sequence. Carriage returnlinefeed sequences are skipped rather than appended to the character string."
it is using a comma ',' as the delimiter instead of the carriage return.
Has anybody else found this and how did you get around the problem.
Is there aniother function that will do what the INPUT function should do?
Thanks.
I am reading a text file line by line into an array and despite the help stating this:
"The Line Input # statement reads from a file one character at a time until it encounters a carriage return (Chr(13)) or carriage returnlinefeed (Chr(13) + Chr(10)) sequence. Carriage returnlinefeed sequences are skipped rather than appended to the character string."
it is using a comma ',' as the delimiter instead of the carriage return.
Has anybody else found this and how did you get around the problem.
Is there aniother function that will do what the INPUT function should do?
Thanks.