Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Indirect use of variables
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Indirect use of variables
Miscellaneous
Thread ID:
00004081
Message ID:
00004081
Views:
96
Hello,

I have the name of a memory variables or property in
another one. Unfortunately indirect use is not always
possible. STORE allows to store indirect:
STORE "XX" TO (variablecontainingname) but not the other
way round. GATHER and REPLACE also allow indirect access.
I want to use the value of a variable which name is in an
other variable.

Example:
STORE (variablecontainingname) TO myvar - (not possible)
myvar should have the value of the variable named in
variable variablecontainingname

Any suggestions? Thanks.

Andreas
Next
Reply
Map
View

Click here to load this message in the networking platform