Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select from cursor into an array??
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00398916
Message ID:
00398926
Views:
23
>Trying to select from a cursor into an array with out success. Is this possible? Can select from a table into an array with not problem. Thanks in advance.

Sure it is. One habit I've gotten into is to declare and dimension the array (if it's local) prior to issuing the query. This prevents problems with the compiler recognizing the array. If the array isn't dimensioned before hand, and the query returns 0 records, it isn't created.
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform