...go ahead and read the manual, we won't tell anyone.

Help Topics > All Functions > CharToNum
Not Tagged

CharToNum returns the number representation of a character (the ASCII value).

Usage:

the charToNum of "factor"
charToNum("expression")

Example:

put the charToNum of "a" into It -- yields 97