Post Reply 
How to remove an item from a list? [SOLVED]
10-22-2016, 10:02 AM (This post was last modified: 10-22-2016 10:04 AM by DrD.)
Post: #4
RE: How to remove an item from a list?
You could use this syntax:

{0, {0,1,2},{0,1,2}}; // Original list
SUB({0, {0,1,2},{0,1,2}},1,2); // End result desired ==> {0, {0,1,2}}

-Dale-
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? - DrD - 10-22-2016 10:02 AM



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