Functions

numToUni

Supported By

Syntax

[the] numToUni of factor

numToUni ( expression )

Factor and expression yield non-negative integers.

Example

put numToUni(915) into it -- yields Γ

Description

The numToUni function returns the character whose Unicode code point is that of the integer passed to it.

See Also

binToChar, binToUni, charToBin, charToNum, numToChar, uniToBin, uniToNum