Quote Originally Posted by skimask View Post
Try this:
i var word
FOR i=0 to 10000
LCDout $fe, $80, DEC5 i
next i
Thanks for the code. I gave it a try, but still no go, the LCD stills goes blank as soon as a number ending in zero is displayed. I'm guessing something to do with zero being a "terminator". Not real sure what that means. The LCDout command above uses a bunch of code. I have to delete a bunch of text out of other LCDout commands to get it to compile using:

LCDout $fe, $80, DEC5 i

instead of

LCDout #i

Gary