ASCII returns the decimal representation of the first character of an expression.
ASCII
Return Value
NUMBER
Syntax
ASCII(char)
Arguments
char can be any text expression.
char
Example
ASCII('Boston') returns the value 66, which is the ASCII equivalent of the letter B.
ASCII('Boston')
66