Make sure you have that line in the correct place, ie:after that variable has a chance to get that high. I know you likely have,but maybe you made a simple mistake. Or try IF II>=201
Is II counter? or do you want to count just 200 times?
If so, please try II>199(or II>=200) instead of II>200.
I guess that initial value in II is zero.