Previous Up Next

listtostr
transform a list of integers into a character string: each item of the string gives a character. The first item gives the first character. For example listtostr 65::66:67::nil returns the "ABC" string.

S listtostr (
[I r1] _list_
)
Parameters

_list_
list of ascii codes
Return value

corresponding string