Quote Originally Posted by circuitpro View Post
It seems that ARRAYWRITE does not work with indexed variables.
ARRAYWRITE MSG ["VALUE: ",DEC TMR[X]]
The statement is missing a comma after MSG, but otherwise ... it should work.
ARRAYWRITE MSG, ["VALUE: ",DEC TMR[X]]