HTBasic Help
×
Menu
Index

OFF INTR Statement

 
The OFF INTR statement cancels event branches defined by ON INTR. Any INTR events that have been logged but not yet serviced are canceled. An OFF INTR statement without the optional interface select code disables event-initiated branches on all devices. If the interface select code is specified, only that interface interrupt will be disabled. For example,
 
OFF INTR 7
 
cancels event branches for the IEEE-488 interface.