CHAR function
See also
Returns the ANSI character for a number.
Syntax
CHAR(number)
Remarks
The resulting string is one character in length. The number must be an integer between 1 and 255 (inclusive), or the function returns an error.
Example
CHAR(9)
Returns the tab character.