Difference between revisions of "MC-Basic:CHR$"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
Line 41: Line 41:
 
* [[Axystems:MC-Basic:UTF$|UTF$]]
 
* [[Axystems:MC-Basic:UTF$|UTF$]]
  
 +
[[Category:Axystems:MC-Basic:String_Manipulation]]
  
 
}}
 
}}

Revision as of 14:07, 6 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

See Also