asc()
Asc
has one parameter and returns the ASCII code of the first character of the parameter.
asc("A") - returns 65.