CHR
CHR(code AS INTEGER[, ...]) AS STRING
Returns the ASCII character corresponding with the code <code> (0 to 255).
The numeric codes can be decimal numbers or hexadecimal numbers (prefixed by "&h").
CHR(code AS INTEGER[, ...]) AS STRING
Returns the ASCII character corresponding with the code <code> (0 to 255).
The numeric codes can be decimal numbers or hexadecimal numbers (prefixed by "&h").