| .ON UEVENT GOSUB Statement QuickSCREEN. |
|
  QuickSCREEN       Details       Example       Contents       Index |
| ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ |
| ON UEVENT GOSUB - an error-trapping statement that defines the |
|                   event-handler for a user-defined event |
|
| Syntax |
|   ON UEVENT GOSUB {linelabel | linenumber} |
|     ž linelabel or linenumber is the first line of an event-handling |
|       subroutine |
|     ž See Details for instructions on how to write the code |
|       for user-defined event-handler modules |
|   |
See Also  UEVENT |