ASC Category: Function Syntax: ASC(string) Description Returns the ASCII integer code value representing the first character in the string argument. See also PRINT INPUT Example 10 LET A = ASC("A") 20 PRINT(A)