Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note
Community interest groups have now moved from Yammer to Microsoft Viva Engage. To join a Viva Engage community and take part in the latest discussions, fill out the Request access to Finance and Operations Viva Engage Community form and choose the community you want to join.
The CHAR function returns a String value that presents a single character that is referenced by the specified Unicode number.
Syntax
CHAR (number)
Arguments
number: Integer
A number that corresponds to an expected single character.
Return values
String
The resulting text value.
Usage notes
The string that this function returns depends on the encoding that is selected in the parent FILE format element. For a list of the supported encodings, see Encoding class.
Example
CHAR (255) returns "ΓΏ".