Difference between revisions of "MC-Basic:CHR$"
m (Miborich moved page Axystems:MC-Basic:CHR$ to MC-Basic:CHR$: Global renaming of Axystems: namespace into (Main):) |
|||
Line 37: | Line 37: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:SPACE$|SPACE$]] |
* [[Axystems:MC-Basic:STRING$|STRING$]] | * [[Axystems:MC-Basic:STRING$|STRING$]] | ||
* [[Axystems:MC-Basic:UTF$|UTF$]] | * [[Axystems:MC-Basic:UTF$|UTF$]] |
Revision as of 08:40, 22 May 2014
This function returns a one-character string corresponding to a given ASCII value.
Syntax
CHR$(<number>)
Availability
All versions
Type
<return value>: String
<number>: Long
Range
<return value>: String
<number>: 0 to 255
Scope
Configuration, Task or Terminal
Limitations
Read only
Examples
-->PRINT CHR$(65)
A