chrReturn a specific character
&reftitle.description;
stringchrintascii
Returns a one-character string containing the character specified
by ascii.
This function complements ord.
&reftitle.parameters;
ascii
The ascii code.
&reftitle.returnvalues;
Returns the specified character.
&reftitle.examples;
chr example
]]>
&reftitle.seealso;
sprintf with a format string of %cordAn ASCII-table