Hi,
I have a while loop. How do I break out of the while loop when some condition is executed. For example
NUMBER nvResult = 0;
while(nvResult < 100)
//do something
if(nvResult == 59) then
//I want to break from the while loop
endif;
endwhile;
With Regards
Murali
This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.

Breaking out of loop
Started by
murali_s
, Sep 19 2006 08:03
1 reply to this topic