List Commands Library for 50g
|
08-23-2017, 02:58 AM
Post: #80
|
|||
|
|||
RE: List Commands Library for 50g
(08-22-2017 11:48 PM)John Keith Wrote: The fastest program that I know for the first example is REL (Remove ELement) from One-Minute Marvels: So may I assume that you would be in support of specialized commands in the ListExt library to delete multiple instances of indexed elements? To all, some considerations to ponder... This would seem like a good candidate for a command with an overloaded argument scenario. The first would be: 2: { list of objects } 1: number (index of element to delete) A second option: 2: { list of objects } 1: { list of indices to delete } Other considerations: What is the appropriate result for the following scenarios?
What would be an appropriate name for such a command? Then there's mostly the same considerations for a command that would remove a list of matching elements (as opposed to indexed). |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)