Syntax
CHR(numeric_value)
Description
Returns the character represented by ASCII index <numeric_value>
Example
CHR (72) => "H"
CHR (64) => "@"
This function returns the ASCII character for the numeric_value.