How to remove an item from a list? [SOLVED]
|
10-22-2016, 09:28 AM
(This post was last modified: 10-22-2016 09:37 AM by StephenG1CMZ.)
Post: #3
|
|||
|
|||
RE: How to remove an item from a list?
http://www.hpmuseum.org/forum/thread-7001.html
is also a useful library of list-handling procedures in the software library. Suggested enhancement to the syntax: To remove an item from the end of the list, the simplest and most obvious syntax would be SIZE(Let):=SIZE(Let)-1 But SIZE(Let):= Is not currently supported. Stephen Lewkowicz (G1CMZ) https://my.numworks.com/python/steveg1cmz |
|||
« 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: