Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with array elements as loop counters
Message
De
30/08/2003 10:43:54
 
 
À
30/08/2003 10:29:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00824765
Message ID:
00824771
Vues:
22
Oscar,

You have some basic syntax errors. Try the following, although I confess I have not tested it.
LOCAL i as Integer
LOCAL ARRAY aInd[1]

DIMENSION aInd [10]
FOR i = 1 to 10
   ? aInd[i]
ENDFOR
David
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform