PDA

Click to See Complete Forum and Search --> : input text file blank line


Nov 19th, 1999, 04:45 AM
i want to read (input #1,a) a text file which contains blank lines (ie CR, LF only).
input #1,a skips to the next line of text.
any other way to do this without opening as binary and readed all file into one string & parsing it.?

Juan Carlos Rey
Nov 19th, 1999, 08:32 AM
Use Line Input # instead of Input #.