End Loop Action

Description

Marks the end of the block of steps that is to be looped by any of the Loop actions. Must be used with any loop step to mark the end of the block of steps that is to be looped.

Declaration

</AMLOOP>

Examples

<AMVARIABLE NAME="indexvar"></AMVARIABLE>
<AMLOOP TOTALLOOPS="6" RESULTVARIABLE="indexvar">
<AMMESSAGEBOX>%indexvar%</AMMESSAGEBOX>
</AMLOOP>

General Tab Parameters

This action has no parameters.

See Also

Loop, Loop Files, Loop Windows, Loop Processes, Loop Expression, Loop Dataset, Loop List, Break