Page 1 of 1

DONE: negative Step values don't work

PostPosted: Fri Feb 25, 2011 7:44 am
by udo.killermann
Bernd,

Code: Select all
For counter=100 To 1 Step -1
...
Next


doesn't work as expected. It compiles but the loop isn't entered at all.

Regards
Udo