Post Reply 
Symbolic reference question
06-09-2020, 09:32 AM
Post: #4
RE: Symbolic reference question
Thank you, Cyrille.

Within the program I had used c:={'a','b'}, and that was how I was able to get to the point where c={a,b}.

However, I haven't been successful with: EXECON("&1:=&2",c,d);

Can you think of a syntax that works? I've tried several ways, with no success. This seems like such a basic operation. It's surprising that symbolic references, don't seem to be programmable, even though directly using the contents of the symbolic reference works.

Summary:
[CAS]
purge({a,b});
c:={'a','b'};
d:={100.5,102.5};

c:=d; // ==> c gets set to the contents of d, (as expected).
EXECON("&1:=&2",c,d); // Error message ...

{a,b}:={100.5,102.5}; // a=100.5; b=102.5 (Works. How to get to this result, using the symbolic reference?)
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)