<<div>>

The <<div...>> function provides the same operation as is provided by the division sign (/) operator in other languages. This function divides the second argument into the first and returns the results.

A string data tag may be passed as an argument to the function, provided it contains only numerical characters, sign, and a single decimal character.

Arguments

<<div dividendArg divisorArg>>
dividendArg
This required argument contains the number to be divided by the divisorArg. May be a hard coded value, data tag, or the return value of a antoher function. If the value is hard coded and contains a negative or postivie sign, the entire value must be enclosed in double quotes, as in “-12.34”.
divisorArg
This required argument contains the number to be divided into the dividendArg. May be a hard coded value, data tag, or the return value of another function. This value must not be 0. If the value is hard coded and contains a negative or postiive sign, the entire value must be enclosed in double quotes, as in “-10.23”.

Parameters

None