Skip to content

ASC

Category: Function
Syntax: ASC(string)

Description

Returns the ASCII integer code value representing the first character in the string argument.

See also

Example

10 LET A = ASC("A")
20 PRINT(A)