Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SCAN FOR SEEK() or SCAN WHILE SEEK()
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
SCAN FOR SEEK() or SCAN WHILE SEEK()
Miscellaneous
Thread ID:
00527736
Message ID:
00527736
Views:
66
I am posting this again cause I dont know where this message went and I am not ble to search it using the search facility provided by UT.

What would you suggest is the right and fast method of the two:
SELECT <mydbf>
SCAN FOR SEEK(<expr>)
   SELECT <otherdbf>
   ...
   ...
   ...

   SELECT <mydbf>
   DELETE
ENDSCAN

                        OR

SELECT <mydbf>
SCAN WHILE SEEK(<expr>)
   SELECT <otherdbf>
   ...
   ...
   ...

   SELECT <mydbf>
   DELETE
ENDSCAN
Thanks in advance for any suggesstions
Regards
Bhavbhuti
___________________________________________
Softwares for Indian Businesses at:
http://venussoftop.tripod.com
___________________________________________
venussoftop@gmail.com
___________________________________________
Next
Reply
Map
View

Click here to load this message in the networking platform