Skip to content

Increment/Decrement

Adjusts an integer variable by incrementing or decrementing it with a specified value.

Properties

NameDescriptionRequired
OperationOperation to be performed.☑️
ValueValue to add or subtract to variable. Must be equal or greater than 1.☑️
VariableThe variable to be adjusted.☑️