Converts numerical input into 8-bit ASCII characters.
STRCHAR(val)
STRCHARS(val)
val
-
A scalar or series.
A character or string.
strchar(88)
displays the character X.
strchars({88, 89, 90})
displays the string XYZ.
CHARSTR
CHARSTRS
STRCAT