Continue |
Top Previous Next |
DescriptionThe Continue command ends the current iteration of a While or For loop without executing any remaining commands within the loop, and proceeds to the next iteration of the While or For loop. For more information, see the Flow Control Script Reference.
Syntax
Output
Details•The Continue statement can only be used within a For or While loop. •In the case of nested For or While loops, the Continue statement will cause the Mission Plan execution to proceed to the next iteration of the innermost loop only.
See Also•For •If
|