Tag Link | [Set->Contains] | 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->Contains] returns True of the tag parameter is contained in the set or False otherwise. This tag performs the same operation as the contains symbol >> with a set on the left
[If: Set->(Contains: 'Value')] ... [/If]
Required Parameters | |
---|---|
Matcher | Any value or matcher. Each element of the set will be compared to this value or matcher. |
See the Lasso 8 Language Guide for examples of how to use this tag.