Tag Link | [Array->SortWith] | 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->SortWith] sorts the array with a specified comparator. Requires one parameter which is a comparator to use to sort the array. The array is modified in
[Array->(SortWith: GreaterThan)]
Required Parameters | |
---|---|
Comparator | The comparator to be used to sort the array. |
See the Lasso 8 Language Guide for examples of how to use this tag.