well, positive increment it is if I don't specify negative step, right?
so, it doesn't matter what is the final number, it will count positively.

now, you wonder why I expect it to come back to zero at some point?
that's because once it reaches 2 147 483 647, it can't add no more numbers, it's the limit.
thus, adding one more to that will result in -2 147 483 647 and -2 147 483 646 after that, until it would reach zero.

anyway, like said, it doesn't matter what is the X in "to X", kix should always keep on incrementing until it hits that value.
and as 0 is smaller than the starting number of 1, it should just keep on looping. approx. 4 294 967 294 times to be exact.
_________________________
!

download KiXnet