| .RESTORE Statement QuickSCREENi |
|
  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 |