HTBasic Help
×
Menu
Index

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: