Hi,

I am a newbie to PBP3.0 and have studied the LCDOUT statement in the reference manual for some time without much enlightenment. (Examples in very short supply). Anyway, what I believe I want to do is to measure a voltage level with a ADC input, convert the output of the A/D to an actual voltage by scaling, store the result in memory, and then later read memory and insert this data into an LCDOUT statement as follows

LCDOUT $FE, $80, B0,B1,".",B3,"VOLTS"

Is this form of formatting OK?