What I put here ?
Code:
lcdstr(4) = 48 + temperature dig 3
lcdstr(3) = 48 + temperature dig 2
lcdstr(2) = "."
lcdstr(1) = 48 + temperature dig 1
lcdstr(0) = 48 + temperature dig 0

Tc=2
for i=0 to 4
lookup i,["??????"],j
lcdstr(i)=j
next i
nC=5