Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamic Object Syntax
Message
From
14/06/2000 23:01:30
 
 
To
14/06/2000 16:57:25
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00380457
Message ID:
00380570
Views:
13
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform