Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!agate!violet.berkeley.edu!steve From: steve@violet.berkeley.edu (Steve Goldfield) Newsgroups: comp.databases Subject: Re: dBase question Message-ID: <22879@agate.BERKELEY.EDU> Date: 10 Apr 89 21:41:30 GMT References: <6666@bsu-cs.bsu.edu> <1325@naucse.UUCP> Sender: usenet@agate.BERKELEY.EDU Organization: University of California, Berkeley Lines: 14 In article <1325@naucse.UUCP> wew@naucse.UUCP (Bill Wilson) writes: #>> #>The continue command should only be used with LOCATE. When using #>seek and find, you simply skip to the next record and check to see #>if the key expression is the same with an if statement. If you #>have any other questions please email me. #> #>-- #>Bill Wilson (Bitnet: ucc2wew@nauvm) Actually, it's probably more efficient to put the SKIP inside a DO WHILE CONDITION, rather than to embed an IF statement. Steve Goldfield