This function evaluates the ASCII value of the first character of the argument.
Parameter
a - A Char value.
Return value
The return value is an Integer.
Example
The return value of the following statement is 97.
Asc("abc")