Macro Recorder allows adding conditional statements to a macro. A conditional statement (or "an IF statement") is a statement that can be expressed in "if...then..." form. The IF statement controls the execution of a block of commands (or a single command) depending on whether the condition is TRUE.
If the condition is TRUE, Macro Player executes the subsequent commands that follow the IF statement.
If the condition is FALSE, flow control skips to the ENDIF statement.
A conditional statement example of use (in human language):
[IF] the File Exists
Delete the file
[ENDIF]
Macro Recorder offers various IF statements:
© JitBit Software Macro Recorder homepage