Tag Link | [List->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 |
[List->Iterator] returns an iterator for the list. The iterator allows each of the elements of the list to be inspected, modified, or even deleted in turn. An optional parameter specifies a matcher that is used to decide what elements of the list will be returned by the matcher.
[List->Iterator]
[List->Iterator(MatchRegExp('\bOmni'))]
Required Parameters | |
---|---|
Matcher | An optional matcher. Each element of the list 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.