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

NameTypeRequiredDefault
codestringYes-

Example

ZforSplit{ZloopIndex{}: ZloopValue{}}