Hi,
I start learning C2 about 2 weeks ago, and i found this problem yesterday. Can someone explain me why work different? I can't understand how the order of factors change the result in "is overlapping".
ERROR
<img src="http://i39.tinypic.com/2rfrdpg.png" border="0" />
Result: (Always subtract 2)
TextDebug: 5
TxtWin: 3
OK
<img src="http://i43.tinypic.com/fla9om.png" border="0" />
Result: (Always subtract 1)
TextDebug: 5
TxtWin: 4
Thanks