char_val
char_val — generates a character's numeric value.
char_val (char_as_string)
char_as_stringA string.
The ASCII (numeric) value of the first character in the argument string.
Generates the ASCII (numeric) representation of the first character in a string.
Gamma>char_val ("A");65Gamma>char_val ("q");113Gamma>char_val ("hope for all");104Gamma>char_val ("3");51Gamma>char_val ("ô");-12Gamma>