Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamic Object Syntax
Message
From
14/06/2000 17:04:27
 
 
To
14/06/2000 16:57:25
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00380457
Message ID:
00380461
Views:
19
Try this code
FOR ii = 1 TO lnCount
    *-- loObject should hold a reference to your Start1, Start2, etc. objects
    loObject = EVALUATE('start' + ALLTRIM(STR(ii))
ENDFOR
>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
>Thanks For The Help.
Previous
Reply
Map
View

Click here to load this message in the networking platform