Description Returns a character that corresponds to the supplied Unicode value.
Syntax CHAR ( number )
Argument | Description |
---|---|
number | A value between 1 and 65535 that specifies an Unicode character. |
Remarks Numeric code and associated text are defined according to the operating system's native character set. Since the Java platform is 100% Unicode, the characters returned by CHAR come from the Unicode character set regardless of the underlying platform.
In non-Java applications such as Formula One ActiveX and Microsoft Excel, CHAR often returns different results from those returned by Formula One for Java. Java applications consistently return results from Unicode, its native character set; non-Java applications may access and return results from character sets other than Unicode.
When CHAR is called with strings containing what is commonly called "plain ASCII" text (characters with values from 32 to 126), the results are the same in Formula One for Java, Fomula One ActiveX, and Microsoft Excel.