Continue

 

The Continue function may be used with the Repeat, Text File Begin Process or ASCII File Begin Process commands. Continue instructs the macro to ignore the remaining commands in the repeat loop. It skips directly to the End Repeat or End Process commands in the script and starts again with the next record or cycle. 

 

Continue is typically used in conjunction with If statements. If a specific condition is met the macro will skip a section of the repeat loop. Otherwise the script continues as normal.

 

This command does not open an editable Macro Express window. Expand the Repeat category of commands and double click on the Continue command to insert it into the script.