Jump to content


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.
Photo

Breaking out of loop


1 reply to this topic

murali_s

murali_s
  • Members
  • 19 posts

Posted 19 September 2006 - 08:03

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

Glytzhkof

Glytzhkof
  • Moderators
  • 1,447 posts

Posted 19 September 2006 - 09:30

http://community.mac...p?t-131585.html
Regards
-Stein Åsmul