Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Confused on adding rows to array
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Confused on adding rows to array
Divers
Thread ID:
00222644
Message ID:
00222644
Vues:
56
I am trying to add a row to my current array and I keep getting 'function argument value, type, or count invalid' error message. Here is the code I am using:

dimension a__values(1,7)

for aa = 1 to lcnt
a__values(aa, 4) = mk_approp
dimension a__values(alen(a__values, aa) + 1, alen(a__values, 7))
endfor


How do I add a row each I loop through the 'for loop'. Help appreciated

nick
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform