Converts an integer to a Unicode character.
Char ( n )
Argument |
Description |
---|---|
n |
The integer you want to convert to a character |
String. Returns the character whose code point value is n.
This expression returns the escape character:
Char(27)