Quote Originally Posted by Darrenmac View Post
Thanks Mackrackit,
Can you explain what you have suggested a little better so I can understand.

thanks
Darren
I can try, but that cold med I took is having fun with with me

LCDOUT $FE,$C0,
display line two.

DEC numVar /100
displays the value of numVar

"."
makes a "."

DEC2 numVar //100
displays only two digits of the remainder of numVar divided by 100

The math section and SEROUT2 section of the manual will explain it better I am afraid.