Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dynamic Object Syntax
Message
De
14/06/2000 23:01:30
 
 
À
14/06/2000 16:57:25
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00380457
Message ID:
00380570
Vues:
12
>I have several objects I want to address in a loop the objects are named Start, Start1, Start2 etc. I need to loop through some code pointing to thes objects incrementally. How can I make the syntax dynamic? Example: oProj.Tasks.Item(tre).Start(loop iteration) = rtew

You can use & or more efficianlty Eval() to get build the varibles and get references to your objects, but consider putting the objects in an array as an element instead, or a collection like Doug Hennig has described in some FoxTalk articles, if you care ot look into them.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform