ASC

The function ASC returns the ASCII value Wert of a character.

ASC(character) => number

Example

A = ASC("A")
PRINT "ASCII-WERT VON A IST", A