chr
Return a specific character
Description
stringchr
intascii
Returns a one-character string containing the character specified
by ascii.
chr example
]]>
You can find an ASCII-table over here: &url.asciitable;.
This function complements ord. See also
sprintf with a format string of
%c.