MathStudio  Blog  Share  Manual  Forums  Support 
Post Format

How to get ASCII numerical values from strings

The MathStudio command Char(string) will return a list of ASCII numbers corresponding to each character in the string.  For example,

Char(M) = 77

Char(MathStudio) = (77,97,116,104,83,116,117,100,105,111)

Leave a Reply