MC-Basic:CHR$

From SoftMC-Wiki
Revision as of 02:38, 26 April 2017 by Chi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English  • 中文(简体)‎

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