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