Ok, that makes sense. Here is the easy way. It is still not making it a string though. Let me ponder the string route.......

Code:
LCDOUT (lcd command to move cursor to desired position goes here)
gosub printtemp


printtemp:
     LCDOUT $fe, $c0, #TempTens, #TempUnits,".",#TempDecimals 
return