Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rename a cursor?
Message
From
04/10/1999 20:36:25
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00272456
Message ID:
00272530
Views:
33
>Are there any commands I can use on a cursor created with "create cursor" to rename a cursor or copy the contents of one cursor to another?
>
>Thanks,
>Paul

Paul,

Here's one more really useful command. You may not need it here, but it's one of my favorites:

=AFIELDS(aTempArray)
CREATE CURSOR MyNewCursor FROM ARRAY "aTempArray"
Previous
Reply
Map
View

Click here to load this message in the networking platform