9.12
CHR - Returns the character with the given ASCII code
Returns ? on error.
Argument(s)
1, Integer
Result type
String
Aliases
CHAR
See also
ORD
Category
String handling
Example:
C:> ASET -p X := CHR(65) X=A