Found this interesting bit of ancient history. It covers all the options except the one I'm looking for. I need to put some words into a byte array.

settings VAR byte[1]

counter1.byte1 VAR settings[0]
counter1.byte0 VAR settings[1]

-does not appear to work

Klaus