LineInput (channel, value)
Data read with LineInput # is usually written from a file with Print #.
The LineInput # function reads from a file one character at a time until it encounters a carriage return (Chr(13)) or carriage return–linefeed (Chr(13) + Chr(10)) sequence. Carriage return–linefeed sequences are skipped rather than appended to the character string.
Chr Function | Input # Function | Returning Strings from Functions