CHAR

Returns the character for given ASCII value.

Syntax

CHAR(number)

Arguments

number An ASCII character value.

Example

CHAR(65) returns "A"
CHAR(65+32) returns "a".