The function CHAR return the character with the ASCII value number
.
CHAR(number) => character
Example
A = CHAR(65)
–
PRINT "DAS ASCIIZEICHEN VON 65 IST "; A
The function CHAR return the character with the ASCII value number
.
CHAR(number) => character
A = CHAR(65)
–
PRINT "DAS ASCIIZEICHEN VON 65 IST "; A