char
Character with the given numeric code (Excel-compatible).
Syntax
Section titled “Syntax”v = char(number)Description
Section titled “Description”Returns a one-character string whose code is number. Inverse of code.
Note: in script mode, char() accepts a numeric array and returns a multi-character string.
Examples
Section titled “Examples”char(65) % 'A'char(10) % newline