just not getting the decimal places now, :-(

Latest attempt
Code:
ADCIN 4, volt                  ' Read AN4 into temp variable
volt = volt * 2
Vin = (5*volt/1023)
Vind = (volt // 1000) / 10 'millivolts?

lcdout $FE, $C0+8, dec Vin,".",dec2 Vind,"V"
Time to pack it in for the night, work tomorrow, fairly good progress, just the decimal points to figure out.

Kind Regards
Rob