Chr( int:code ) → string
Returns a string containing the character equivalent of the specified code.
Example:
Output( Chr(65) ); --> A
See also: Asc