How about
Code:
myArray VAR BYTE[11]
Index VAR BYTE

For Index = 0 to 87
  myArray.0[Index] = myArray.0[Index+1]
NEXT
/Henrik.