Post Reply 
to get a program to return EXPR("%{1,2,3,3,4%}") as the set [1,2,3,4]
03-12-2018, 10:20 PM
Post: #4
RE: to get a program to return EXPR("%{1,2,3,3,4%}") as the set [1,2,3,4]
(03-12-2018 09:44 PM)Carlos295pz Wrote:  EXPR is a Home command
To interpret CAS functions use CAS (...)

CAS("%{1,2,3,3,4%}") → [1,2,3,4]


Thanks Carlos295pz.
It works now but I had to use, in the prgm. body, CAS(CAS(l(1))) where l(1)="%{1,2,3,3,4%}". Why CAS inside the CAS?

Cheers,
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: to get a program to return EXPR("%{1,2,3,3,4%}") as the set [1,2,3,4] - John P - 03-12-2018 10:20 PM



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