Tag Link | [Iterator] | Category | Array |
---|---|---|---|
Type | Substitution | 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 |
[Iterator] returns an iterator for a compound data type. The tag requires one parameter which is a compound data type. If the compound data type provides a built
A second optional parameter allows a matcher to be specified which will be passed to the compound data type's built
[Iterator: DataType]
[Iterator: DataType, Matcher]
Required Parameters | |
---|---|
Value | The compound data type whose iterator will be returned. |
Optional Parameters | |
Matcher | An optional matcher that will be passed to the iterator. |
See the Lasso 8 Language Guide for examples of how to use this tag.