Post Reply 
How to remove an item from a list? [SOLVED]
10-22-2016, 11:23 AM (This post was last modified: 10-22-2016 11:59 AM by cclinus.)
Post: #5
RE: How to remove an item from a list?
Hi Dale,

Thanks! But it is partially work.
If I assign a:={0,{0,1,2},{0,1,2}}
Then SUB(a,1,2)
IN Home mode , it is ok.
But if in CAS mode, It display Error: Invalid dimension.
How to make it work in CAS mode?

FINALLY, I find a way to make it work in CAS mode.
EXPR("SUB(a,1,2)");

TOO BAD, it seems doesn't work in cas program when "a" is local variable.

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


Messages In This Thread
RE: How to remove an item from a list? - cclinus - 10-22-2016 11:23 AM



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