CharA

Description

Converts an integer to an ASCII character.

Syntax

CharA ( n )

Argument

Description

n

The integer you want to convert to a character


Return value

String. Returns the character whose ASCII value is n.

Examples

This expression returns the escape character:

CharA(27)

See also

AscA