Contact Us 1-800-596-4880

Break Loop

There are cases where you need to exit the Loop Control Block before all iterations have been executed. Break Loop should be used for this purpose.

Using Break Loop only makes sense in combination with a Managed Control Block, because otherwise it would be executed during the first iteration of a Loop Control Block, thus defeating the object of having a loop.

Properties

  • Exit Mode Determines how the loop reacts after using a Break Loop, i.e. with or without error