Difference between revisions of "CONTROLCHR (function)"
Jump to navigation
Jump to search
Navigation:
imported>Clippy m |
imported>SMcNeill ([[) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{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}} | {{PageSyntax}} | ||
− | : | + | :{{Parameter|status%}} = [[_CONTROLCHR (function)|_CONTROLCHR]] |
+ | {{PageDescription}} | ||
* The function requires no parameters. | * The function requires no parameters. | ||
* Default return is 0 when the _CONTROLCHR statement has never been used previous to a function read. | * 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 | + | * When the statement has been use to turn OFF control characters, the characters can be printed as text without screen formatting. |
{{PageSeeAlso}} | {{PageSeeAlso}} | ||
* [[_CONTROLCHR]] | * [[_CONTROLCHR]] | ||
− | + | * [[CHR$]], [[ASC]] | |
+ | * [[INKEY$]], [[_KEYHIT]] | ||
+ | * [[ASCII]] {{text|(codes)}} | ||
{{PageNavigation}} | {{PageNavigation}} |
Latest revision as of 13:53, 5 September 2017
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