Post Reply 
Command needed for striping brackets
02-21-2021, 08:11 AM
Post: #5
RE: Command needed for striping brackets
(02-21-2021 03:47 AM)robmio Wrote:  Hi, I too was amazed by the absence of a command dedicated to the elimination of parentheses and so I built it:

#cas
GET(r,u):=
BEGIN
RETURN r(u);
END;
#end

For example:
GET({8},1) gives 8
GET([8],1) gives 8
GET({8,2,6,4,7},3) gives 6

----------------------------------

This doesn't work on my Prime. No matter how using Get/or get in Home or Cas,
this command is inactive. My software has just been upgrade to 2.1.14425 (2020 01 16). Likewise this command was also inactive on the calculators former software.
I invite others to confirm here what their Prime does and don't in regard to striping parenthesis from numerical. The newest "Prime G" could be corrected.
I think it unwise trying install Prime G software on my older not a "G model hardware".

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


Messages In This Thread
RE: Command needed for striping brackets - essen - 02-21-2021 08:11 AM



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