To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
HTBasic User Guide
DLL Toolkit
Signal
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
Signal
Sets an HTBasic signal (0-15). The C++ function declaration is:
int Signal(int num)
An example of the function is:
int success = Signal(15);