◄QuickSCREEN► ◄Details► ◄Example► ◄Contents► ◄Index► ────────────────────────────────────────────────────────────────────────────── LINE INPUT # - a file I/O statement that reads an entire line without delimiters from a sequential file to a string variable Syntax LINE INPUT #filenumber,stringvariable ■ filenumber is the number of an open sequential file ■ stringvariable will hold all characters from the sequential file from the current position in the file up to, but not including, the next carriage-return-line-feed sequence. No carriage-return-line-feed sequences are ever input. See Also ◄INPUT#► ◄LINE INPUT► ◄INPUT► ◄INPUT$►