| .ERL and ERR Functions QuickSCREENi |
|
  QuickSCREEN       Details       Example       Contents       Index |
| ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ |
| ERL and ERR - error-trapping functions that return program-specific |
|               status information after an error |
| Syntax |
|   ERR |
|   ERL |
|
|   ž ERR is an integer function that returns an error code for the last |
|     error that occurred |
|   ž ERL is an integer function that returns the line number where the |
|     error occurred, or the last line number before the line where the |
|     error occurred. ERL returns no line label information. |
|
See Also  ON ERROR   RESUME   ERROR |