Set-PdVarIncrement

Use this command to increase the value of a variable by the specified value.


Settings:

  • Name of the variable
    Name of the variable whose value is to be increased. Enter only the name of the variable, not the $ sign and the curly brackets.
  • Increment the value by
    Numerical value by which the previous value of the variable is increased.


Example:

The example increases the value of the counter variable _Counter by 1:


Corresponds to DSM eScript command:

  • IncrementVar


See also: