CHAR Function

Returns the ANSI character for a number.

Syntax

CHAR(number)

Parameters

Name

Required/Optional

Data Type

Description

number

Required

Number

The number whose ANSI character you want to get.

Remarks

The resulting string is one character in length. The number parameter must be an integer between 1 and 255 (inclusive), or the function returns an error.

Example

CHAR(9)

Returns the tab character.