TSTool / Command / EndFor
Overview
The EndFor
command ends a block of commands that start with a For
command.
The For
and EndFor
commands must have the same value for the Name
parameter to allow the processor to
determine the start and end of the block.
Command Editor
The following dialog is used to edit the command and illustrates the command syntax.
EndFor
Command Editor (see also the full-size image)
Command Syntax
The command syntax is as follows:
EndFor(Parameter="Value",...)
Command Parameters
Parameter | Description | Default |
---|---|---|
Name required |
The name that will be matched with the name of an For command to indicate the block of commands in the loop. |
None - must be specified. |
Examples
See the automated tests.
Troubleshooting
See Also
For
command