CHAR
Syntax
CHAR (expression)
Description
Converts the character specified by expression into a UTF-16 encoded string.
Arguments
expression | An integer or hexadecimal value. To find hexadecimal values for a character, see the Character Map. |
Returns
A single-character string.
Remarks
The returned character is in the default character set used by your agent system.
Example
CHAR (0x0040)
Returns:
@