To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
Reference
HTBasic Keywords
SIGNAL - Initiates a software interrupt.
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
SIGNAL
Initiates a software interrupt.
SIGNAL signal-number
Usage:
SIGNAL Post
SIGNAL 15
Description:
The signal number may be a numeric expression which is rounded to an integer and should be in the range of zero through fifteen. If an
ON SIGNAL
statement has defined a branch for this signal number and the priority allows, the branch is executed.
See Also:
DISABLE
,
ENABLE
,
OFF SIGNAL
,
ON SIGNAL