Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A questions about ARRAYS.
Message
From
08/12/1997 09:40:18
Jay Shepherd
Construction DataFax, Inc.
Montevallo, Alabama, United States
 
 
To
08/12/1997 09:27:42
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00064419
Message ID:
00064429
Views:
34
>I have not use arrays in a while and wanted to no the best way to
>move a table into an array and evaluate the array in a FOR LOOP. My table has two fields. My code will need to look at the first field, then look at the value of the second field and do something. Do I need a double dim array?

The easiest way to do this is with a Select query into an array. select * from MyTable into array aMyArray, then you have it.
Jay Shepherd
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform