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.Parameters
S listtostr ( [I r1] _list_ )
Return value
_list_ list of ascii codes
corresponding string