returns character string associated with Scilab integer codes. This function is obsolete.
str=code2str(c)
:str A character string : :c vector of character integer codes :
Returns character string associated with Scilab integer codes.str is such that c(i) is the Scilab integer code of part(str,i))
code2str([-28 12 18 21 10 11])
`str2code`_('Scilab')'
Version Description 5.4.0 This function will be removed in Scilab 5.4.1 .. _ascii: ascii.html .. _str2code: str2code.html