Update :
This seems to let me define the blank array, although due to other issues I cannot compile it and test it. I am assuming that the fact I no longer get an error on that line means it will work.

<code>
for x = 1 to 64
<tab>ch0[x] = 0
next
</code>

I am now having issues getting single values into or out of the array. AM I DOING SOMETHING STUPID????

ch[1] = 255
will compile with a message 'ERROR: Redefinition of LABEL ch'

I am also trying to send a byte from the array out the HSEROUT command. I have tried :
HSEROUT[ch[2]]
but get a message about it being a Bad Expression.

Please help !!

bill.