It seems that as soon as I include the WORD statement it errors.
Code:
i2cread SDApin, SCLpin, $A0, $00,[lightsetHR(1),lightsetMN(1),lightoffHR(1),lightoffMN(1)]
compiles fine, but
Code:
i2cread SDApin, SCLpin, $A0, $00,[lightsetHR(1),lightsetMN(1),lightoffHR(1),lightoffMN(1),word droptemp(1),word normtemp(1)]
caused the Error:Expected"]" error message

Stumped !!!