SUB
To subtract two values.
The image shows the result of SUB(VALUE;5)
To use SUB in Mover, do:
SUB(parameter1;parameter2)
parameter1 is the value we want to be modified.
parameter2 is the amount to subtract to parameter1.
Result is parameter1 – parameter2