11 lines
137 B
Plaintext
11 lines
137 B
Plaintext
ASC - STRINGFUNKTION
|
|
|
|
Syntax:
|
|
ASC (string)
|
|
|
|
Gibt dem ASCII-Wert des
|
|
ersten Stringzeichens
|
|
zurueck.
|
|
Bsp.: Print ASC("B")
|
|
ergibt 66
|