Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SCAN REST FOR Question....
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00807548
Message ID:
00807578
Views:
19
Thanks for the info...

Tommy

>>In looking at code at my new job, I came across the following construct.....
>>
>>SEEK avalue
>>SCAN REST FOR thistable.fieldvalue = avalue
>>
>>dahdahdah....
>>
>>ENDSCAN
>>
>>Question....
>>
>>Will the SCAN begin where the REST starts... or will it start over at the beginning of the table because of the FOR?? (A speed concern here.....)....
>>
>>Thanks
>>
>>Tommy
>
>for should put the pointer back at the top. Try while instead.
>scan rest while thistable.fieldvalue = avalue
>As for speed I haven't tested that.
>
>Einar
Tommy Tillman A+ NetWork+ MCP
Previous
Reply
Map
View

Click here to load this message in the networking platform