Re: scan....endscan problem
- From: "Anders Altberg" <anders.altberg>
- Date: Thu, 13 Dec 2007 18:16:47 +0100
To, this is an example of just how convoluted and incomprehensible xbase can
get. Could you post a few rows and columns of the table Abc and the table
Def and what the end result should be?
-Anders
"Patrick" <someone@xxxxxxxxxxxxx> wrote in message
news:%23vTWSJHPIHA.4440@xxxxxxxxxxxxxxxxxxxxxxx
I have the following sample working program:
sele 1
use abc
do while not eof()
ma = a
sele 2
use def
do while not eof()
mb = b
mc = recno()
skip
scan for apple = ma while empty(dog)
replace boy with mb, increment with recno() - mc
endscan
enddo
sele 1
skip
enddo
My problem is that is it possible to terminate the scan...endscan loop
when apple <> ma, or only process the
scan...endscan loop in specific scope???
Thanks!
Patrick
.
- Follow-Ups:
- Re: scan....endscan problem
- From: Gene Wirchenko
- Re: scan....endscan problem
- References:
- scan....endscan problem
- From: Patrick
- scan....endscan problem
- Prev by Date: Re: How to Insert a Blank Row in a Grid..
- Next by Date: Domain Name of user
- Previous by thread: Re: scan....endscan problem
- Next by thread: Re: scan....endscan problem
- Index(es):
Relevant Pages
|