qb45qck.hlp (Table of Contents; Topic list)
READ Statement QuickSCREEN
  QuickSCREEN      Details      Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
READ - an I/O statement that reads values from a DATA statement
       and assigns the values to variables
 
Syntax
  READ variablelist
    ■ variablelist is made up of one or more variables, separated by
      commas, which are to receive the data. The variables may be string
      or numeric. See Details about data type conversion performed by
      QuickBASIC.
 
See also  DATA  RESTORE