Show Topics
...go ahead and read the manual, we won't tell anyone.
Help Topics > All Functions > NumToChar
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"
