Hey guys, thanks for the support before...

I was indeed heading down the wrong path with my approaches in the end I just put the Ascii equivilents of the numbers 0-9 and "n" into the array instead of trying to tell the LCD to display the Decimal values...

MUCH EASIER

Timing is a bit of a pain, since the main loop counts and GoSub's to other areas (this adds about half a second to the count sometimes) but I'm working on that.

Guess my main problem is my habit of keep looking at "visual" syntax as a reference, since everything appears to run simultaniously... where as on this its loops in loops all the time hehe.


EDIT: Now that I have that sorted, once the code is working and bugs ironed out I will rename the variables to something that makes sense to others reading it and upload the source with the hardware layout for those interested.