Mod(<value1>,<value2>)

Top  Previous  Next

Returns the Modulus of two values.

 

Example:

 

test = Mod(17,2) ; test will be equal to 1