CHAR

The function CHAR return the character with the ASCII value number.

CHAR(number) => character

Example

A = CHAR(65)
PRINT "DAS ASCII
ZEICHEN VON 65 IST "; A