Look at the DIG math operator and DEC modifier for LCDOUT.
Example from one of Bruce's posts:
DIG returns a specified digit from a decimal number. (0-4, position 0 is would be "9" in this case and position 3 would be "1"Code:LCDOUT DEC ADval DIG 3,".",DEC3 ADval ' 1.889
Bookmarks