...go ahead and read the manual, we won't tell anyone.

Help Topics > All Functions > NumToChar
Not Tagged

The numToChar function returns the character whose ASCII equivalent value is that of the integer passed to it.

Usage:

the numToChar of "factor"
numToChar("expression")

Example:

put numToChar(67) into word 4 of line 9 of tile field "Test Field" -- shows "C"