Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object references
Message
 
 
To
22/09/2006 14:10:37
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01156578
Message ID:
01156579
Views:
16
propertyvalue = GETPEM(oObject, "P" + transform(i))
STORE somevariable TO ("oObject.P" + transform(i))
>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?
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform