1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 15:00:38 +00:00
QB64-PE/internal/help/_CONTROLCHR_(function).txt

26 lines
692 B
Plaintext
Raw Normal View History

2016-03-18 11:36:04 +00:00
{{DISPLAYTITLE:_CONTROLCHR (function)}}
2017-10-10 14:55:21 +00:00
The [[_CONTROLCHR (function)|_CONTROLCHR]] function returns the current state of the [[_CONTROLCHR]] statement as -1 when OFF and 0 when ON.
2016-03-18 11:36:04 +00:00
{{PageSyntax}}
2017-10-10 14:55:21 +00:00
:{{Parameter|status%}} = [[_CONTROLCHR (function)|_CONTROLCHR]]
2016-03-18 11:36:04 +00:00
2017-10-10 14:55:21 +00:00
{{PageDescription}}
2016-03-18 11:36:04 +00:00
* The function requires no parameters.
* Default return is 0 when the _CONTROLCHR statement has never been used previous to a function read.
2017-10-10 14:55:21 +00:00
* When the statement has been use to turn OFF control characters, the characters can be printed as text without screen formatting.
2016-03-18 11:36:04 +00:00
{{PageSeeAlso}}
* [[_CONTROLCHR]]
* [[CHR$]], [[ASC]]
* [[INKEY$]], [[_KEYHIT]]
* [[ASCII]] {{text|(codes)}}
2019-04-15 01:15:33 +00:00
{{PageNavigation}}
<