Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Invalid subscript reference
Message
 
 
À
30/11/2006 11:09:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01173721
Message ID:
01173739
Vues:
16
Terry,

All expressions in the FOR loop statement are evaluated only once at the start of the loop
lnMin = 2
lnMax = 3
FOR i = lnMin TO lnMax
	? i, lnMin, lnMax
	lnMin = 0
	lnMax = 5
ENDFOR
>
>Just on a wee efficiency note: why are you evaluating ALEN(laFiles,1) every time through the for loop - up to 13,000 time?
>
>I always use something like:
>
>lnAlen = ALEN(laFiles,1)
>For I = 1 to lnAlen ...
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform