Tag Link | [Map->Iterator] | 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 |
[Map->Iterator] returns an iterator for the map. The iterator allows each of the elements of the map to be inspected, modified, or even deleted in turn. An optional parameter specifies a matcher that is used to decide what elements of the map will be returned by the matcher.
[Map->Iterator]
[Map->Iterator(MatchRegExp('\bOmni'))]
Required Parameters | |
---|---|
Matcher | An optional matcher. Each element of the map will be compared to this matcher and only the matching elements will be returned by the iterator. |
See the Lasso 8 Language Guide for examples of how to use this tag.