We're going to "need" an ExitFor statement sooner or later !

Just thought I'd just mention this sooner, than later!

Anyone have any "clean" workarounds in the meantime (apart from gotos). Artificially bumping-up the index inside the for-next works:

code:

break on

for $i=1 to 10

?"i=$i"
if $i=5
$i=11
endif

next

exit



Shawn.

[This message has been edited by Shawn (edited 25 April 2001).]