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