qb45qck.hlp (Table of Contents; 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.
RESTORE Statement QuickSCREEN
  QuickSCREEN      Details      Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
RESTORE - an I/O statement that allows DATA statements to be
          reread from a specified line
 
Syntax
  RESTORE [{linelabel | linenumber}]
    ■ If the argument is omitted, the next READ statement which executes
      will read the first item in the first DATA statement in the program
    ■ linelabel or linenumber identifies the DATA statement you want the
      next READ statement to use. The first item from that line will be
      read.
 
See Also  DATA  READ