Man Scilab

str2code
Scilab Function

str2code - return scilab integer codes associated with a character string

Calling Sequence

c=str2code(str)

Parameters

Description

Return c such that c(i) is the scilab integer code of part(str,i))

Examples


str2code('Scilab')
 
  

See Also

code2str ,  

Back