This command will produce an ASCII character from a value.
Return Integer=ASC(String)
String
String The String this command will use
The value returned is the value that represents the ASCII code for the first character of the provided string.
PRINT ASC("*") WAIT KEY
TEXT Commands Menu Index