Functions

numToChar

Supported By

Syntax

[the] numToChar of factor

numToChar ( expression )

Factor and expression yield non-negative integers.

Example

put numToChar(67) into it -- yields C

Description

The numToChar function returns the character whose equivalent value in the text encoding specified by the textEncoding property is that of the integer passed to it.

Compatibility

In HyperTalk, numToChar(0) triggers a script error. In XION, numToChar(0) returns null.

See Also

charToNum