Adds two numbers.
Math,Add,<DestVar>,<Value1>,<Value2>
Argument | Description |
---|---|
DestVar | The variable where the result will be stored. |
Value1 | The first value in the equation. |
Value2 | The second value in the equation. |
None.
[Main]
Title=Math-Add Example
Description=Show usage of the Math,Add Command
Author=Homes32
[Variables]
[Process]
Math,Add,%sum%,10,20
Message,"10 + 20 = %sum%"