Difference between revisions of "CONTROLCHR (function)"
Jump to navigation
Jump to search
Navigation:
imported>Clippy m (Created page with 'The '''_CONTROLCHR''' function returns the current state of the _CONTROLCHR statement as 1 when OFF and 0 when ON. {{PageSyntax}} :::status% = _CONTROLCHR * The function…') |
imported>Clippy m |
||
Line 18: | Line 18: | ||
− | {{ | + | {{PageNavigation}} |
Revision as of 15:03, 5 October 2014
The _CONTROLCHR function returns the current state of the _CONTROLCHR statement as 1 when OFF and 0 when ON.
Syntax
- status% = _CONTROLCHR
- 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(1), the characters can be printed as text without screen formatting.
See also