Syntax |
CHR(Number) |
Description |
Returns the character represented by UNICODE index <Number>. |
Example | CHR (97) => "a" |
Number |
UNICODE index of character to represent. |