Hello.
I apologize for reviving old thread but forum is already crowded with so many topics I don't want to aggrandize it further.
In mrs. Melanie's routine I don't understand the following:
Code:
SortArray:
...
IF CounterA>0 then CounterA=CounterA-2
...
CounterA=CounterA+1
IF CounterA<15 THEN SortArray
As I see it, after the first pass through the loop CounterA is 1, so when it hits IF CounterA>0... wouldn't that make CounterA bigger than15 and exit the loop (CounterA war byte so 1-2=255)?
Can someone please explain it to me?
Bookmarks