HTBasic Help
×
Menu
Index

OFF SIGNAL

Cancels event branches defined by ON SIGNAL.
 
 OFF SIGNAL [signal-number]
 
Usage:
OFF SIGNAL
OFF SIGNAL 5
OFF SIGNAL Msg
 
Example:           OFF SIGNAL.BAS
 
Description:
OFF SIGNAL cancels all or the specified signal-number ON SIGNAL definitions. The signal-number has a range of zero through fifteen. Any SIGNAL events with the same signal number that have been logged but not yet serviced are canceled. OFF SIGNAL applies to the current context only (Main or Subprogram).
 
See Also: