Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Question on using array on list
Message
 
To
28/07/1999 23:46:47
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00247519
Message ID:
00247521
Views:
23
>Hi:
>
>Under FPW 2.6 i was using the following
>
>select field1,field2 from tables into array abc
>
>and obtain the ansver refering to xyz=abc(list,2)
>
>Now in VFP 6.0 how i can obtain this code
>
>thanks for your atteinton

Gustavo,

You can;

SELECT Field1, Field2 FROM Table INTO ARRAY laArray

xyz = laArray(1,2)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform