Post Reply 
How to store value into variable which is as value of another variable?
12-11-2015, 08:27 AM (This post was last modified: 12-11-2015 08:59 AM by Didier Lachieze.)
Post: #2
RE: How to store value into variable which is as value of another variable?
(12-11-2015 08:15 AM)chromos Wrote:  I have something like this: L1(1):="VarNameChoosenByUserViaInput";
I can view value stored in VarNameChoosenByUserViaInput with EXPR(L1(1)), but how I can change value in that variable via L1(1) indirectly?

This should work :
EXPR(L1(1)+":="+STRING(value))
or :
EVAL(L1(1):=value)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to store value into variable which is as value of another variable? - Didier Lachieze - 12-11-2015 08:27 AM



User(s) browsing this thread: 1 Guest(s)