forked from Galleondragon/qb64
-
Notifications
You must be signed in to change notification settings - Fork 24
_CONTROLCHR (function)
Cory Smith edited this page Sep 1, 2022
·
2 revisions
The _CONTROLCHR (function) function returns the current state of the _CONTROLCHR statement as -1 when OFF and 0 when ON.
status% = _CONTROLCHR (function)
- The function requires no parameters.
- Default return is 0 when the _CONTROLCHR statement has never been used previous to a function read.
- When the statement has been use to turn OFF control characters, the characters can be printed as text without screen formatting.