Had you made any other changes?
Yes, a second one, but more for cleaning the code, since it didn't effect functionality:
Code:
RawData(CounterA+1+0) = RawData(CounterA) ^ RawData(CounterA+1)
Has been cleaned with:
Code:
RawData(CounterA+1) = RawData(CounterA) ^ RawData(CounterA+1)
Well, I wouldn't think it's a problem.
Right after the IF block that statement is in, Melanie put a ...
CounterA=CounterA+1
So if CounterA = 1, subtracting 2 makes it 255, then adding 1 makes it 0 again
But the above make sense, I do better check the whole system again.
Thank you Darrel.
Al.
Last edited by aratti; - 19th December 2009 at 19:16.
All progress began with an idea
Bookmarks