Hi mackrackit,

thanks for your help

The values will only have 3 digits max.

This is the code i used:
Code:
lcdout $fe,2," MAX  AVG  MIN  " 
lcdout $fe,$c0," ",DEC MAXIMO,"C ",DEC MEDIA,"C ",DEC MINIMO,"C     "
I'm not able to try this now, but your sugestion is something like this ?

Code:
lcdout $fe,2," MAX  AVG  MIN  " 
lcdout $fe,81,DEC MAXIMO,"C"
lcdout $fe,87,DEC MEDIA,"C"
lcdout $fe,8c,DEC MINIMO,"C"
My best regards
Rui