#1
|
|||
|
|||
Call multiple subroutines based on if-else
Hi,
Is there a way to call multiple subroutines in a single step using If else conditons? |
#2
|
|||
|
|||
Put the conditional rule on a parent Group step, and add a child Subroutine Call step for each subroutine to call. Or if the same (or no) parameters will be passed to all subroutines, use a Loop step that specifies a list of subroutine names to call, and a child Subroutine Call step to call each one. Or create a master subroutine that you pass the names of the subroutines to call, and call each named subroutine from the master subroutine.
|
#3
|
|||
|
|||
Got it, now is there a way for "increment" integer value of a macro?
e.g., app.Macro1 = app.macro1 + 1? |
#4
|
|||
|
|||
See the attached sample.
|
|
|