home *** CD-ROM | disk | FTP | other *** search
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!howland.reston.ans.net!paladin.american.edu!auvm!INDYVAX.BITNET!DSMITH
- X-Envelope-to: DBASE-L@NMSUVM1.BITNET
- X-VMS-To: IN%"DBASE-L@NMSUVM1.BITNET"
- X-VMS-Cc: DSMITH
- MIME-version: 1.0
- Content-type: TEXT/PLAIN; CHARSET=US-ASCII
- Content-transfer-encoding: 7BIT
- Message-ID: <01GTFBJNSROU000C1H@INDYVAX.IUPUI.EDU>
- Newsgroups: bit.listserv.dbase-l
- Date: Tue, 12 Jan 1993 08:48:14 -0500
- Sender: "Discussion on the use of the dBase language and related
- dialects" <DBASE-L@NMSUVM1.BITNET>
- From: DON SMITH <DSMITH@INDYVAX.BITNET>
- Subject: Re: Question on LOOP
- Lines: 15
-
- How to get an inner loop to break out to an outer loop:
- DO WHILE .T.
- DO WHILE .T.
- Here's where I want to get ALL the way out, so I set a flag...
- nomore = .T.
- EXIT
- ENDDO
- IF nomore
- EXIT
- ENDIF
- ENDDO
-
- I hope this is close enough to your needs so that you can adapt it.
-
- Don Smith
-