Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
COPY TO ARRAY aTables
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00762805
Message ID:
00762812
Views:
28
Try this:
DIMENSION a_tables[1]
SELECT myField;
  FROM MyTable;
  WHERE NOT EMPTY(myField);
  INTO ARRAY a_tables
You can also use the FOR clause of COPY TO...but you'd also have to correctly dimension the array
George

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

Click here to load this message in the networking platform