home *** CD-ROM | disk | FTP | other *** search
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
- Path: sparky!uunet!usc!howland.reston.ans.net!paladin.american.edu!auvm!S1.DRC.COM!RICH=GAUTIER
- Message-ID: <DBASE-L%93011205360174@NMSUVM1.BITNET>
- Newsgroups: bit.listserv.dbase-l
- Date: Tue, 12 Jan 1993 07:35:09 EST
- Sender: "Discussion on the use of the dBase language and related
- dialects" <DBASE-L@NMSUVM1.BITNET>
- From: Rich=Gautier%SETA%DRC@S1.DRC.COM
- Subject: re: Question on LOOP
- Lines: 19
-
- Try it this way
-
- DO WHILE .T.
-
- DO WHILE FOUND()
-
- IF lCONDITION
- EXIT // Exits the inside loop...thus going to the outside
- ENDIF
-
- IF lCONDITION
- LOOP // Loops in the inside loop
- ENDIF
- ENDDO
-
- ENDDO
-
- Rich Gautier
- RG%SETA%DRC@S1.DRC.COM
-