CHAR Function

The CHAR function is one of the text and data functions. Is used to return the ASCII character specified by a number.

Syntax

CHAR(number)

The CHAR function has the following argument:

Argument Description
number A number between 1 and 255 specifying a character from the computer character set.

Notes

How to apply the CHAR function.

Examples

The figure below displays the result returned by the CHAR function.

CHAR Function