Asc ( C$ )

Returns the ASCII value of a character.

Example:
    Asc ( "A" )

This returns 65.