code2strreturns character string associated with Scilab integer
codes. This function is obsolete.Calling Sequencestr = code2str(c)Argumentsstra character string.ca vector of character integer codes.Descriptionstr = code2str(c) returns character string
associated with Scilab integer codes. str
is such that c(i) is the Scilab integer
code of part(str,i).
ExamplesSee Also
str2code
ascii
part
History5.4.0This function will be removed in Scilab 6.0.0