ON: Difference between revisions
Jump to navigation
Jump to search
Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link
m (Protected "ON" ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite))) |
m (Removed protection from "ON") |
(No difference)
|
Revision as of 21:51, 1 June 2022
ON creates event procedure calls or enables event trapping.
- To turn on event trapping for ON COM (n), ON KEY (n), ON PEN, ON PLAY (n), ON STRIG (n), ON TIMER (n) and ON UEVENT.
- In the case of ON ERROR the trap is also enabled until a subsequent ON ERROR statement.
- ON procedures should be used only in the main program module and not inside of SUB procedures!
- If you have used the $CHECKING:OFF metacommand, $CHECKING:ON will turn on c++ error checking again.
See also: