Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy to moves record pointer to EOF?
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00734733
Message ID:
00734749
Views:
22
It depends on the scope of command and WHILE and FOR clauses. COPY NEXT nnn will move pointer to +nnn record from the current. COPY WHILE will move pointer to the first record that doesn't satisfy WHILE criteria and so on. It's no different from any other command that works with table, like SCAN for example.

>Hi everybody,
>
>I didn't find anything saying that copy to command (to a table) moves record pointer of the original table to EOF in VFP Help or in Hackers Guide. It does it, though (and it's logical too).
>
>Thanks.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform