N = ASC( A$ )
A$ is a string, LEN >= 1
The numeric code for the first letter in A$. For example, ASC(“ABC”) returns 65 on ASCII systems.