Difference between revisions of "MC-Basic:CHR$"
m (Text replace - "''<number>''" to "<''number''>") |
m (Text replace - "''<return value>''" to "<''return value''>") |
||
Line 13: | Line 13: | ||
|TYPE= | |TYPE= | ||
− | '' | + | <''return value''>: String<br> |
<''number''>: Long | <''number''>: Long | ||
|RANGE= | |RANGE= | ||
− | '' | + | <''return value''>: String<br> |
<''number''>: 0 to 255 | <''number''>: 0 to 255 | ||
Revision as of 09:34, 20 March 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