Converts an integer to an ASCII character.
CharA ( n )
Argument
Description
n
The integer you want to convert to a character
String. Returns the character whose ASCII value is n.
This expression returns the escape character:
CharA(27)
AscA