Overview
Grammar | CHAR(number) | Returns the character specified by a number, by which you can convert code page numbers from files on other types of computers to corresponding characters. |
Parameter 1 | number | Number specifying the returned character |
Notes
The function supports one numeric parameter.
Example
Formula | Result | Notes |
---|---|---|
CHAR(88) | X | The CHAR function returns text-type characters. |
CHAR(45) | - |