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