You can do some math in the LCDOUT command and or use a number after the DEC like in the SEROUT2 command.
Code:LCDOUT $FE,$C0,DEC numVar /100,".",DEC2 numVar //100
You can do some math in the LCDOUT command and or use a number after the DEC like in the SEROUT2 command.
Code:LCDOUT $FE,$C0,DEC numVar /100,".",DEC2 numVar //100
Dave
Always wear safety glasses while programming.
Bookmarks