Hi,
If I underastand your question correct what you need is the # operator.

LCDOUT $FE, 1, #YourVariable

If YourVariable holds the value 106 this command will print 106 on the LCD instead of the ASCII representation of 106 which is "j". This will also work with Serout, Serout2, Hserout & Debug.

/Henrik Olsson.