ASC

This command will produce an ASCII character from a value.

  Syntax
Return Integer=ASC(String)
  Parameters
String
String
The String this command will use

  Returns

The value returned is the value that represents the ASCII code for the first character of the provided string.

  Example Code
PRINT ASC("*")
WAIT KEY
  See also

TEXT Commands Menu
Index