MC-Basic:CHR$

From SoftMC-Wiki
Revision as of 08:36, 22 May 2014 by Miborich (talk | contribs) (Miborich moved page Axystems:MC-Basic:CHR$ to MC-Basic:CHR$: Global renaming of Axystems: namespace into (Main):)
Jump to: navigation, search

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