char(int[,int[,int…]])
Builds a string by
converting one or more numeric variables or constants to integers
and interpreting them as ASCII character codes. If any character
in the string is non-printable, the result is changed to a question
mark (?). The output is a string variable.
Provide Feedback