Purpose:
Converts a number to a character. This character has the entered number as its ASCII-Code . For multibyte character sets, the highword is the lead byte, for Unicode, the value is the Unicode code point.
Parameter:
Number
Number (optional) Defines the type of the parameter. 0=multibyte character sets, 1=Unicode. Default is Unicode.
Return value:
String
Example:
Chr$(64) Result: "@"