Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 610 Bytes

Div.md

File metadata and controls

42 lines (28 loc) · 610 Bytes

Math,Div

Divides two numbers.

Syntax

Math,Div,<DestVar>,<Value1>,<Value2>

Arguments

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.

Remarks

None.

Related

IntDiv, StrFormat,Div

Examples

Example 1

[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%"