DADiSP Worksheet Functions > Function Categories > String Manipulation > CHARSTR
Finds the ASCII code for the specified character.
CHARSTR("char")
"char" |
- |
A string. A single ASCII character. |
An integer.
charstr("X")
returns the number 88.