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