Tag Link | [Set->Find] | 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->Find] searches the set for the parameter and returns an array of matching set elements. Accepts a single parameter of any data type including matchers.
If no elements in the set match the parameter to the [Set->Find] tag then an empty array is returned.
[Set->(Find: 'Find Value')]
Required Parameters | |
---|---|
Matcher | Any value or matcher. Each element of the set will be compared to this value or matcher and the found elements will be returned in an array. |
See the Lasso 8 Language Guide for examples of how to use this tag.