Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I reference the second element.
Message
De
08/12/1997 11:18:11
 
 
À
08/12/1997 10:58:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00064445
Message ID:
00064458
Vues:
26
>Hi Edward - I would like to ask
>you a question if you do not mind.
>How do I reference the second element of
>an array?
>So far I have..
>select * from mytable into array myarray.
>mytable has two fields and I want to
>evaluate the second field.
>thanks rob

? myarray[1,2]
? myarray[2,2], etc.
BTW, you can retrieve into array appropriate field only, i.e. get one-dimensional array:
Select field2 from mytable into array myarray
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform