Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Question on using array on list
Message
 
À
28/07/1999 23:46:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00247519
Message ID:
00247521
Vues:
25
>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)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform