Variable

Learn about variables

Overview

Variable is a way for the macro to "remember" something.

You can add boolean, number, string variable.

Boolean variable can be used to toggle some Action.

Number variable can be used to count something or defining the current step of operation.

String variable can be used in the same way as number variable but with access to more powerful regex condition.

Scope

Variable is scoped.

Scope defines where that variable can be accessed from and how long the variable stay in value.

Macro Scope: Variable in this scope can be accessed anywhere in the macro. Variable's value stay for the duration of the entire macro.

Job Scope: Variable in this scope can only be accessed from that particular Job. Variable's value will reset to their default when the Job restart.

© 2024 - Macrorify by KoK-CODE