Hey there folks..
This has probably been covered, but the search is Still down, so please excuse me...
I have a bunch of places where I need to test every record of a table and I'm wondering which is better to use and why:
select (table)
scan all
(blah blah)
endscan
or
go top in (table)
do while !eof(table)
(blah blah)
enddo
Any opinions are appreciated. Thanks
-- michael~
This has probably been covered, but the search is Still down, so please excuse me...
I have a bunch of places where I need to test every record of a table and I'm wondering which is better to use and why:
select (table)
scan all
(blah blah)
endscan
or
go top in (table)
do while !eof(table)
(blah blah)
enddo
Any opinions are appreciated. Thanks
-- michael~