This macro function repeats the enclosed contents specified number of times.



Name - The unique name of the macro field. The field name cannot contain blanks or special characters. Two fields with the same name and of the same type are treated as one - the user input is only required once.

Loop count - How many times (iterations) to perform the loop.


Press Escape key to stop the loop.


Select the OK button to insert a %LOOP_LoopName% macro field into the command. Double-click on the field name to open the dialog and edit the macro properties again.


Example:

%LOOP_5TIMES%This text will be repeated.%END_LOOP%.