HTBasic Help
×
Menu
Index

OFF INTR

Cancels event branches defined by ON INTR.
 
 OFF INTR [interface-select-code]
 
Usage:
OFF INTR
OFF INTR 10
OFF INTR Gpib
 
Example:           OFF INTR.BAS
 
Description:
OFF INTR disables event-initiated branches for the specified interface-select-code (ISC).  If an optional interface-select-code is NOT specified, all device interrupts defined by ON INTR and  ENABLE INTR will be disabled.
 
See Also: