How about/Henrik.Code:myArray VAR BYTE[11] Index VAR BYTE For Index = 0 to 87 myArray.0[Index] = myArray.0[Index+1] NEXT
How about/Henrik.Code:myArray VAR BYTE[11] Index VAR BYTE For Index = 0 to 87 myArray.0[Index] = myArray.0[Index+1] NEXT
If bits are 88 then I think we need 86 iterations in the loop and fill the last bit in the myArray by a 0.
Ioannis
Bookmarks