Description
Converts an integer to a Unicode character.
Syntax
Char ( n )
Return value
String. Returns the character whose code point value is n.
Examples
This expression returns the escape character:
Char(27)
See also
Sidebar | Prev | Up | Next | | Download PDF |
Description
Converts an integer to a Unicode character.
Syntax
Char ( n )
Return value
String. Returns the character whose code point value is n.
Examples
This expression returns the escape character:
Char(27)
See also