DADiSP Worksheet Functions > Function Categories > String Manipulation > STRCHAR, STRCHARS

 

STRCHAR, STRCHARS

Purpose:

Converts numerical input into 8-bit ASCII characters.

Syntax:

STRCHAR(val)

STRCHARS(val)

val

-

A scalar or series.

Returns:

A character or string.

Example:

strchar(88)

 

displays the character X.

Example:

strchars({88, 89, 90})

 

displays the string XYZ.

See Also:

CHARSTR

CHARSTRS

STRCAT