<<remainder>>

The <<remainder...>> function provides the modulus operation of the modulus sign operator, usually %, in other languages. This function divides the first argument by the second and returns the remainder of the division.

String data tags can be passed as arguments to the function, provided the value contains only numeric characters, sign, and a single decimal character.

Arguments

<<remainder dividendArg divisorArg>>
dividendArg
The value to be divided by the divisorArg. May be a hard coded value, data tag, or the return value of another function. If the value is hard coded, and it contains a positive or negative sign, the entire value must be enclosed in quotes, as in “-12.34”.
divisorArg
The value to be divided into the dividendArg. May be a hard coded value, data tag, or the return value of another function. If the value is hard coded, and it contains a positive or negative sign, the entire value must be enclosed in double quotes, as in “-10.23”. The value of this argument must not be 0.

Parameters

None