CHR
Warning: if you clip this code into your program, look out for possible html code slipping in.
REM Examples of CHR REM The CHR function is useful for converting REM numeric data to ASCII data. GLOBAL number AS INTEGER, temp AS INTEGER FOR number=32 to 126 PRINT CHR(number) FOR temp=0 TO 100 REM NEXT NEXT
© 2002 Vesta Technology