Chr(
     int:code
)
string

Arguments

code

ANSI/Unicode character code

Return value

Character equivalent of the specified code.

Description

Returns a string containing the character equivalent of the specified code.

Example:

Output( Chr(65) );
--> A

See also: Asc