Hi John,

The statement;
YEAR = PRITIM [0] + PRITIM [1] + PRITIM [2] + PRITIM [3}

will yield YEAR = $30 + $37 + $44 + $43 ' ASCII 07DC

This will set YEAR = $EE which equals 238. Are you sure the value you see on the display is 236 ?

YEAR will equal $00EE in memory.

I am not sure if LCDOUT will support sending WORD values.

- Martin