Post Reply 
Symbolic reference question
06-08-2020, 09:40 PM
Post: #1
Symbolic reference question
Within a program I have arrived at:

c:={a,b}
d:={100.5,102.5}

At the command entry line, I can enter {a,b}:={100.5,102.5}, after which:

a:=100.5
b:=102.5

What I would like to do is make the {a,b} = {100.5,102.5} assignment by using the variables c and d, instead. How can this be accomplished?

Something like: c:=d, or EXECON("&1:=&2",c,d), I'm having trouble accessing the contents of the variables appropriately.

Thanks!

-Dale-
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Symbolic reference question - DrD - 06-08-2020 09:40 PM
RE: Symbolic reference question - DrD - 06-09-2020, 10:17 AM
RE: Symbolic reference question - DrD - 06-09-2020, 09:32 AM
RE: Symbolic reference question - toshk - 06-09-2020, 01:29 PM
RE: Symbolic reference question - fakuivan - 10-03-2020, 02:05 AM



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