qb45advr.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
LINE INPUT # Statement QuickSCREEN
  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$