CHAR

Description

Returns a character that corresponds to the supplied ASCII code.

Syntax

CHAR ( number )

Parameter Description
number A value between 1 and 255 that specifies an ASCII character.

Remarks

The character and associated numeric code are defined by Windows in the ASCII character set.

Examples

This function returns F:

CHAR(70)

This function returns #:

CHAR(35)

See also

CODE