The If Step

Continue to build the broadcast.aef script by dragging an If step from the General palette to the Design pane. Then configure the If step to compare the number of calls the script has placed to the total number of calls to be made, and to end the script when this number is equal.

The If step evaluates the expression “i < numCalls” (“the value of the i Integer variable is less than the value of the numCalls Integer variable”). The va lue of the i variable increases by 1 every time the script uses a subsequent Increment step to place a call. The If s tep has two output branches, True and False.

If Customizer Window—Output Branches