returns Scilab integer codes associated with a character string
c = str2code(str)
a character string.
a column vector of character integer codes.
c = str2code(str)
returns a column vector
c
such that c(i)
is the
Scilab integer code of part(str,i)
.
Version | Description |
5.4.0 | This function will be removed in Scilab 6.0.0 |