double exit

Shay

Well-Known Member
Licensed User
Longtime User
how can I easily exit the "for" in this example

for i=0 to 1000
word=myarray(i)

select word

case found_it
exit

end select

I wish when "found_it" it will exit also the "for"
same if I use for inside for
 
Top