NEW 1 LEDCMD=0 2 A=32 3 LOOP 95 4 LEDPRN (A) 5 DELAY 10 6 A=A+1 7 ENDLOOP 8 GOTO 2 this line and the lines below are comments and can be removed with a text editor or the errors caused by trying to upload them can be ignored ------------------------------- e-ledchr.tmb For ENHANCED Tiny Machine Basic Shows character strings for all binary values that produce displayable characters on the T51-LED. Only values for space (32) through ~ (126) are valid.