Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Multiple tests in an if
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00470871
Message ID:
00470906
Vues:
32
>this is probably a stupid question, but how do you insert elements into an array. i know in C it is just anArray[0] = 122
>anArray[1] = 124 and so on, but how is it done in FoxPro?
>does the indexing start at 0?
>thanks,
>Ryan

Arrays in VFP always start at index 1, so it's anArray[1] = 122, anArray[2] = 124, etc...
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform