this seems to be a popular one... When will the loop end? when Condition is met, or when condition is met and your at the NEXT statement?
George >-----Original Message----- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] Behalf Of Larry Hiscock >Sent: Monday, January 10, 2005 2:21 PM >To: [email protected] >Subject: RE: [U2] How to "exit" out mulitple loops? > > >How about: > >FOR T=1 TO 10 > FOR Q=1 TO 6 UNTIL CONDITION > FOR X=1 TO 9 UNTIL CONDITION > ... Do stuff ... > NEXT X > NEXT Q >NEXT T > > >Larry Hiscock >Western Computer Services > > >To unsubscribe please visit http://listserver.u2ug.org/ ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
