1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-06 01:10:23 +00:00
QB64-PE/internal/help/_CONTROLCHR_(function)__1111111111_(00000000).txt
Roland Heyder 6912727753 Update help files
Help file snapshot as of 07/31/2022.
2022-07-31 23:57:56 +02:00

29 lines
757 B
Plaintext

{{QBDLDATE:07-31-2022}}
{{QBDLTIME:23:36:57}}
{{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}}
[[Category:Latest]]