Performs a loop over a given String and returns token after token. The command belongs to the group "Control".
| Parameter Name | Description | Type |
|---|---|---|
| Delimiter | The delimiter string to use. | valueexpression |
| Input | The string to be tokenized (or the name of the referenct to the respective element). | valueexpression |
| IteratorRef | The name of the reference under which the token will be accessible. | saveReference |
<ForString Input="ch.aloba.qiqu" Delimiter="." IteratorRef="myToken">
<Echo InfoText="myToken"/>
</ForString>