| .RESUME Statement QuickSCREENi |
|
  QuickSCREEN       Details       Example       Contents       Index |
| ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ |
| RESUME - an error-trapping statement that continues program execution |
|          after an error-trapping routine has been invoked |
|
| Syntax |
|   RESUME [0] |
|   RESUME NEXT |
|   RESUME {linelabel | linenumber} |
|
|   ž If the argument is omitted, or is 0, program execution resumes with |
|     the statement that caused the error |
|   ž NEXT resumes program execution with the statement immediately following |
|     the one that caused the error |
  ž linelabel or linenumber are Details |
|
See Also  ON ERROR |