![]() ![]() |
|
CHARSThe CHARS function accepts a dynamic array of numeric expressions and returns a dynamic array of the corresponding ASCII characters.
COMMAND SYNTAXCHARS(DynArr)
SYNTAX ELEMENTSEach element of DynArr must evaluate to a numeric argument in the range 0-255.
NOTESIf any of the dynamic array elements are non-numeric, a run-time error will occur. See also CHAR().
EXAMPLE
This code displays:
|