Tag Link | [Array->Difference] | 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->Difference] returns a new array which represents the difference 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 the base array and are not contained in the array passed as a parameter
[Array->(Difference: 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.