Tag Link | [Set->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 |
[Set->Remove] removes one element from a set. The tag requires one parameter which is the position of the element to be removed. The set is modified in place and no result is returned.
[Set->(Remove: Position)]
Required Parameters | |
---|---|
Position | The position of the element to be removed. |
Note - As of Lasso 8.5 negative positions and positions greater than the number of elements in the set will now return an error.
See the Lasso 8 Language Guide for examples of how to use this tag.