ON EVENT
Defines an event branch that is taken after a widget generates that event
______________________________________________________________________
NOTE
Click the >> bar for additional information on the ON EVENT command.
Legal Usage Keyboard Executable Yes
Programmable Yes
In an IF...THEN... Yes
Example ON EVENT @Pushbutton_3,"ACTIVATED" GOSUB
Statements Clear_profile
ON EVENT @Slider, "DONE" GOSUB
Change_temphigh
ON EVENT @Sldr,"CHANGED", VAL(SYSTEM$
("SYSTEM PRIORITY"))+1
GOSUB Chg_stpnt
ON EVENT @Main,"SYSTEM CLOSE" GOTO Finis
Syntax
![]()
Description
See Description for the ON EVENT description.
|