Syntax:
CHAR(number)
Returns as a text string the text character whose Latin-1 numeric value is expressed by number.
Example:
CHAR(65)
returns the text string "A"
.
If number does not equate to a valid Latin-1 character,
the error "Parameter out of range"
is given.