Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MisUnderstanding FOR EACH
Message
De
08/07/2008 14:56:58
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
MisUnderstanding FOR EACH
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01329767
Message ID:
01329767
Vues:
76
SELECT key1,key2 FROM lookup WHERE typename="ECO-STATUS" ORDER BY key2 INTO ARRAY thisform.aStatuscodes
FOR EACH scode IN thisform.aStatuscodes
	scode = TRIM(scode)
ENDFOR
My expectation was that scode would now be reflected back into the form's array property. I can see scode changing each time, but when the loop is done, the array is unchanged.

I know I how to re-write this using ALEN(), but could somebody explain why the FOR-EACH code is not working and how to use it to update the values in the array?

Thanks to all...........Rich
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform