asciistring ASCII conversionsCalling Sequencea = ascii(txt)
txt = ascii(a)
Argumentstxta character string or a matrix of character strings.aa vector of integer ASCII codesDescription
This function converts Scilab string to a vector of ASCII code (the first 127
codes are ASCII) or vector of ASCII code to Scilab strings.
If txt is a matrix of string, ascii(txt) is
equivalent to ascii(strcat(txt)).
ExamplesSee Also
code2str
str2code