CH[A]R
Purpose
This function returns the ASCII character whose ordinal number is the given integer.
Syntax
chr::=
Usage Notes
- The number n must be between 0 and 127.
- CHR(0) returns NULL.