CHAR

Description

CHAR 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

Windows defines the character and associated numeric code in the ASCII character set.

Examples

This function returns F:

CHAR(70)

This function returns #:

CHAR(35)

Also, see

CODE