Tag Link | [List->Union] | 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->Union] returns a new list which represents the union between the base list and a list passed as a parameter to the tag. Both lists must be sorted in the same order for this tag to work properly. The new list contains any elements which are in either the base list or the list passed as a parameter
[List->(Union: List)]
Required Parameters | |
---|---|
List | The list which is to be compared to the base list. |
See the Lasso 8 Language Guide for examples of how to use this tag.