Where I work the Conditional Terminal in a For-Loop is frowned on. Don't ask why. It is preferred that a While Loop is used, with an Array Size that is tied to the Loop Counter. If the desired result isn't found in the loop, then the iteration count equals or exceeds the Array Size value and the loop stops. Since this functionality is desired many times when the While Loop is used anyway, why not have a way to configure the While Loop to optionally include the code to do this, and save the time to wire it in every time?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.