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