How to remove an item from a list? [SOLVED]
|
10-22-2016, 07:52 AM
(This post was last modified: 10-23-2016 06:29 AM by cclinus.)
Post: #1
|
|||
|
|||
How to remove an item from a list? [SOLVED]
Hi,
This is my list: {0, {0,1,2},{0,1,2}} I want to remove the last item {0,1,2} from the list but keep the first two items. How? end result should be {0, {0,1,2}} I had read some command such as DELCOL(only work with matrix), remove(can not keep one {0,1,2} in the list. Thanks! |
|||
« 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)