Syntax:
CHAR(Number)
Description:
This returns a single character with the specified ANSI code for Number.
Number must be at least 10.
Example:
CHAR(65) returns A
CHAR(32) returns a blank
CHAR(33) returns an exclamation mark !
CHAR(CODE("X")) returns X
See also:
UNICHAR, CODE, UNICODE