Tag Link | [Map->Contains] | Category | Array |
---|---|---|---|
Type | Member | Source Available | No |
Support | Preferred | Version | 8.0 |
Change | Unchanged | Data Source | Any |
Output Type | Boolean | Security | None |
Implementation | LCAPI | Sets | Lasso 8.5, Lasso 8.0 |
[Map->Contains] returns True of the tag parameter is contained in the map as a key or False otherwise. This tag performs the same operation as the contains symbol >> with a map on the left
[If: Map->(Contains: 'Value')] ... [/If]
Required Parameters | |
---|---|
Matcher | Any value or matcher. Each element of the map will be compared to this value or matcher. |
See the Lasso 8 Language Guide for examples of how to use this tag.