ASCII
The ASCII operator converts an integer operand into its corresponding ASCII
character.
number is an integer expression that returns a positive whole number within the range
of ASCII values.
You can use the ASCII operator to evaluate an integer to a single character.
This operator is especially useful, for example if you need to display CONTROL
characters.
References
FGL_KEYVAL( )
FGL_LASTKEY( )