The True Output Branch
If the If step determines that the maximum number of retries has not been reached, the script executes the True output branch.
Configure the True output branch of the If step to allow the caller to keep returning to the MainMenu Label until it reaches the maximum number of retries.
-
The Increment Step—Begin the True output branch of the If step by dragging an Increment step from the General palette to the Design pane, and dropping it over the True icon under the If step, as shown in figure, Simple Recognition—Operator Output Branch. Then configure the Increment step to increase the value of the attempts variable by 1.
-
The Goto Step—End the True output branch of the If step by dragging a Goto step from the General palette to the Design pane, and dropping it over the True step icon under the under the If step, as shown in figure, Simple Recognition—Operator Output Branch. Then configure the Goto step to send the script back to the MainMenu label.