Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object references
Message
From
22/09/2006 14:10:37
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Object references
Miscellaneous
Thread ID:
01156578
Message ID:
01156578
Views:
62
Is there a way to reference an object property indirectly? For example, suppose you have an object with properties
oObject.P1 = 23
oObject.P2 = 63
oObject.P3 = 93
Now we want to change these values in a for/next loop.
for i = 1 to 10
   objectproperty = "oObject.P" + transform(i)
   &objectproperty = somevariable
next
The macro sub doesn't work in this case. I suppose because its on the wrong side of the equasion.
Is there a way to do this?
Next
Reply
Map
View

Click here to load this message in the networking platform