How getting out of a for each before the end ?

Posted by faboun on 13-Oct-2011 02:04

Hi,

I haven't programmed for few years with PROGRESS and I forgot some important key words.

How can I get out of a FOR EACH ?

ex :

for each tablename no-lock:

     if mycondition=true then exit.

end.

Thanks for your answer.

All Replies

Posted by Admin on 13-Oct-2011 02:07

LEAVE .

This thread is closed