Chr$

Purpose:

Converts a number to a character. This character has the entered number as its ASCII-Code. For Unicode, the value is the Unicode code point. See also www.unicode.org.

Parameter:

Number

Number       (optional) Defines the type of the parameter. 0=multibyte character sets, 1=Unicode. Default: Unicode.

Return value:

String

Example:

Chr$(64)    Result: "@"