It's possible to show on LCD decimal numbers;
value = SQR 10 ' give 3,16
i use this:
Lcdout $fe,1, DEC (value DIG 2), "." ,DEC (value DIG 1) ,DEC (value DIG 0)
but not show correct.