Scilab Reference Manual |
---|
ascii — string ascii conversions
a=ascii(txt) txt=ascii(a)
This function convert Scilab string to a vector of ascii code or vector of ascii code to Scilab strings.
If txt is a matrix of string, ascii(txt) is equivalent to ascii(strcat(txt))
<< Translation | excel2sci >> |