Previous Up Next

ctoa
creates a character string which contains a single given ascii code character. For example, ctoa 65 returns the "A" string.

S ctoa (
I _ascii_
)
Parameters

_ascii_
any Ascii code
Return value

string with only one character