CONTROLCHR (function): Difference between revisions
Jump to navigation
Jump to search
Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
{{PageSeeAlso}} | {{PageSeeAlso}} | ||
* [[_CONTROLCHR]] | * [[_CONTROLCHR]] | ||
* [[CHR$]], [[ASC]] | * [[CHR$]], [[ASC (function)]] | ||
* [[INKEY$]], [[_KEYHIT]] | * [[INKEY$]], [[_KEYHIT]] | ||
* [[ASCII]] {{Text|(codes)}} | * [[ASCII]] {{Text|(codes)}} |
Revision as of 00:31, 26 February 2023
The _CONTROLCHR function returns the current state of the _CONTROLCHR statement as -1 when OFF and 0 when ON.
Syntax
- status% = _CONTROLCHR
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
- CHR$, ASC (function)
- INKEY$, _KEYHIT
- ASCII (codes)