%chr() Function
%chr() returns the character of the given ANSI character code number.
Syntax:
@chr(number-expression)
Examples:
%vof( '---' + chr(65) + '---' )
Result:
---A---