Scilab 5.3.3
- Scilab help
- Strings
- ascii
- blanks
- code2str
- convstr
- emptystr
- eval
- evstr
- grep
- isalphanum
- isascii
- isdigit
- isletter
- isnum
- justify
- length
- part
- regexp
- sci2exp
- str2code
- strcat
- strchr
- strcmp
- strcmpi
- strcspn
- strindex
- string
- strings
- stripblanks
- strncpy
- strrchr
- strrev
- strsplit
- strspn
- strstr
- strsubst
- strtod
- strtok
- tokenpos
- tokens
- tree2code
Scilab help >> Strings > str2code
str2code
return scilab integer codes associated with a character string
Calling Sequence
c=str2code(str)
Arguments
- str
A character string.
- c
A vector of character integer codes
Description
Return c such that c(i) is the scilab integer code of part(str,i))
Examples
str2code('Scilab')' code2str([-28 12 18 21 10 11])
See Also
| << sci2exp | Strings | strcat >> |