MOD Function

Modified on 2011/08/03 00:39 by Chad Lowe (CTS) — Categorized as: Uncategorized

MOD( <value 1>, <value 2> )

Returns the remainder of the division of value 1 by value 2.

Function Parameters
ParameterDescription
<value 1>The value to divide.
<value 2>The value to divide by.



Back to the Scripting Function Reference