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.
INPUT # Statement QuickSCREEN
  QuickSCREEN      Details      Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
INPUT # - a file I/O statement that reads data items from a sequential
          device or file and assigns them to variables
Syntax
  INPUT #filenumber, variablelist
    ■ filenumber is the number of an open sequential file
    ■ variablelist is one or more simple variable names, separated by
      commas, that will be assigned values from the file. Make sure
      the data type of each variable in the list matches the data type
      of the incoming data item.
 
See Also  INPUT$  LINE INPUT#