Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SCAN FOR SEEK() or SCAN WHILE SEEK()
Message
From
07/07/2001 08:46:33
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00527736
Message ID:
00527739
Views:
39
This message has been marked as the solution to the initial question of the thread.
Neither.
SEEK    && or SEEK()
DO WHILE FOUND()
  SELECT <other alias>
  .
  .
  .
  DELETE
  SEEK    && or SEEK()
ENDDO
>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
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform