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