1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-16 18:55:13 +00:00
qb64/internal/help/_CONTROLCHR-(function).md

19 lines
658 B
Markdown
Raw Normal View History

The [_CONTROLCHR (function)](_CONTROLCHR-(function)) function returns the current state of the [_CONTROLCHR](_CONTROLCHR) statement as -1 when OFF and 0 when ON.
## Syntax
> status% = [_CONTROLCHR (function)](_CONTROLCHR-(function))
## Description
* 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.
## See Also
* [_CONTROLCHR](_CONTROLCHR)
* [CHR$](CHR$), [ASC](ASC)
* [INKEY$](INKEY$), [_KEYHIT](_KEYHIT)
* [ASCII](ASCII) (codes)