Returns a character corresponding to an ASCII code.
Chr ( ASCIIcode )
See the ASCII Character Code table for a complete list of available values.
Chr(48) == "0", Chr(57) == "9", Chr(65) == "A", Chr(90) == "Z", Chr(97) == "a", Chr(122) == "z", etc.