| Tag Link | [List->Remove] | Category | Array |
|---|---|---|---|
| Type | Member | Source Available | No |
| Support | Preferred | Version | 8.0 |
| Change | Unchanged | Data Source | Any |
| Output Type | None | Security | None |
| Implementation | LCAPI | Sets | Lasso 8.5, Lasso 8.0 |
[List->Remove] removes an item from the lists. Accepts an iterator parameter identifying the item to be removed. Defaults to the last item in the list. Returns no value
[List->(Remove: Iterator)]
| Optional Parameters | |
|---|---|
| Iterator | An iterator or value matching the element to be removed. |
Note - As of Lasso 8.5 negative positions and positions greater than the number of elements in the list will now return an error.
See the Lasso 8 Language Guide for examples of how to use this tag.