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- |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
How to remove an item from a list? [SOLVED] - cclinus - 10-22-2016, 07:52 AM
RE: How to remove an item from a list? - Didier Lachieze - 10-22-2016, 09:07 AM
RE: How to remove an item from a list? - StephenG1CMZ - 10-22-2016, 09:28 AM
RE: How to remove an item from a list? - DrD - 10-22-2016 10:02 AM
RE: How to remove an item from a list? - cclinus - 10-22-2016, 11:23 AM
RE: How to remove an item from a list? - DrD - 10-22-2016, 01:15 PM
RE: How to remove an item from a list? - CH3791 - 10-22-2016, 11:53 AM
RE: How to remove an item from a list? - cclinus - 10-23-2016, 06:28 AM
|
User(s) browsing this thread: 1 Guest(s)