the numToChar of factor
numToChar ( expression )
Factor and expression yield non-negative integers.
put numToChar(67) into it -- yields C
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.
In HyperTalk, numToChar(0) triggers a script error. In XION, numToChar(0) returns null.
binToChar, binToUni, charToBin, charToNum, numToUni, uniToBin, uniToNum