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
The function ASC returns the ASCII value Wert of a character.
ASC(character) => number
A = ASC("A")
PRINT "ASCII-WERT VON A IST", A