7.1
2013-09-23

CHR

Syntax

CHR(Number)

Description

Returns the character represented by UNICODE index <Number>.

Example CHR (97) => "a"
Parameter description

Number

UNICODE index of character to represent.

Notes