Prevents HTBasic from branching upon receipt of a specified event.
DISABLE EVENT @Eventname,"Widgethandle"
Description:
Use the DISABLE EVENT keyword to temporarily suspend the effects an event would have on your program. For example, you may want the program to accomplish some task without interruption. After that task is accomplished, you can use the ENABLE EVENT keyword to re-enable the program’s sensitivity to that event.
While the event is disabled, it can still be logged. Then, when it is re-enabled the branch will be taken. Only one occurrence of the event will be logged.