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 command is available in the following TSTool menu:
- Commands / General - Running and Properties
The following dialog is used to edit the command and illustrates the command syntax.
EndFor Command Editor (see full-size image)
Command Syntax
The command syntax is as follows:
EndFor(Parameter="Value",...)
Command Parameters
| Parameter | Description | Default |
|---|---|---|
Namerequired |
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 the main TSTool Troubleshooting documentation.
See Also
Forcommand