View Single Post
  #3  
Old 03-06-2019, 05:04 PM
deramor deramor is online now
Registered User
 
Join Date: 05-11-2011
Posts: 27
Is there a way to continue to loop given the value of a macro? Loop is limited by count or file contents but not a conditional statement.

Perhaps using the General tab to execute the step according to an expression.
Then loop on a count so it doesn't run off forever.

The resulting logic roughly would be:
if(expression == TRUE && count < maxNumberOfLoops)
do the loop
endif

Thoughts?
Reply With Quote