%chr() Function

Top  Previous  Next

%chr() returns the character of the given ANSI character code number.

Syntax:

@chr(number-expression)

 

Examples:

%vof( '---' + chr(65) + '---' )

 

Result:

---A---