Post Reply 
No way to get an element free of brackets
02-13-2021, 05:49 PM
Post: #3
RE: No way to get an element free of brackets
try this short program:

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

GET({3,7,8},1) --> 3

GET({3,7,8},2) --> 7

GET({3,7,8},3) --> 8[/php]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: No way to get an element free of brackets - robmio - 02-13-2021 05:49 PM



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