ZforSplit
Iterates over the elements produced by a prior ZtextSplit call, executing the code block for each element with ZloopIndex and ZloopValue populated.
Syntax
ZforSplit{code}Arguments
| Name | Type | Required | Default |
|---|---|---|---|
| code | string | Yes | - |
Example
ZforSplit{ZloopIndex{}: ZloopValue{}}