1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-01 09:10:37 +00:00
qb64/internal/help/_CONTROLCHR_(function).txt
2019-04-14 22:15:33 -03:00

25 lines
690 B
Plaintext

{{DISPLAYTITLE:_CONTROLCHR (function)}}
The [[_CONTROLCHR (function)|_CONTROLCHR]] function returns the current state of the [[_CONTROLCHR]] statement as -1 when OFF and 0 when ON.
{{PageSyntax}}
:{{Parameter|status%}} = [[_CONTROLCHR (function)|_CONTROLCHR]]
{{PageDescription}}
* 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.
{{PageSeeAlso}}
* [[_CONTROLCHR]]
* [[CHR$]], [[ASC]]
* [[INKEY$]], [[_KEYHIT]]
* [[ASCII]] {{text|(codes)}}
{{PageNavigation}}