Divides two numbers.
Math,Div,<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-Div Example
Description=Show usage of the Math,Div Command
Author=Homes32
[Variables]
[Process]
Math,Div,%quot%,20,10
Message,"20 / 10 = %quot%"