Quote Originally Posted by mister_e View Post
Sorry i don't follow you could you shed some light on that?

Why not updating only some fields on the LCD? Do you need Left/Right Aligned thingy?

if you say this:


VAR = 1
LCDOUT $FE, 1, " ", DEC VAR 'three spaces

you will get on the screen
>___1< but lets say your variable becomes 100, you will get:
>___100< i want to get it to say:
>_100<


so the first digit of the variable is the "setpoint," and if its one or 5 digits long, the first one will always be in the same place. not too big of a deal, but if you want to run 2 or 3 variables on the screen at the same time (and vary from 1 to 100), then it kinda sucks to program that....