home *** CD-ROM | disk | FTP | other *** search
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
- Path: sparky!uunet!gatech!paladin.american.edu!auvm!QMRELAY.MAIL.CORNELL.EDU!TOM_SCOTT
- Message-ID: <DBASE-L%93011114341277@NMSUVM1.BITNET>
- Newsgroups: bit.listserv.dbase-l
- Date: Mon, 11 Jan 1993 16:35:01 -0500
- Sender: "Discussion on the use of the dBase language and related
- dialects" <DBASE-L@NMSUVM1.BITNET>
- From: Tom Scott <Tom_Scott@QMRELAY.MAIL.CORNELL.EDU>
- Subject: Question on LOOP
- Lines: 34
-
- Question on LOOP
- I've using FoxBase+/Mac, trying to develop a program for one of my
- offices, but this should be a generic enough question to apply to any
- XBase dialect. Sorry if this is a FAQ, but I can't figure out how to
- do a simple task in my program:
-
- During the course of my program I have:
-
- DO WHILE .T.
- ...
- ...
- ...
- DO WHILE .NOT. FOUND()
- ...
- ...
- ...
- IF ....
- LOOP && To outside loop
- ELSE
- ...
- ...
- ...
- IF ...
- LOOP && To inside loop
- ENDIF
- ENDIF
- ENDDO
- ENDDO
-
- How can I cause my first LOOP to loop to the outside DO...WHILE loop
- instead of to the inside one? Thanks in advance for any help!
-
- Thomas Scott, Systems Manager, College of Engineering
- Cornell University, Carpenter Hall Annex, Ithaca, NY 14853
-