Description
Converts an integer to an ASCII character.
Syntax
CharA ( n )
Return value
String. Returns the character whose ASCII value is n.
Examples
This expression returns the escape character:
CharA(27)
See also
CharA in the section called “CharA” in PowerScript Reference