{{tag>Index Function Function_List Mathematical}} ====== MOD ====== ===== Description ===== Calculates the remainder of the first number divided by the second one ===== Parameters ===== Two attributes of the Number type or number constants or calculations producing number ===== Example ===== IF MOD (Account.Balance, Transaction.Amount) = 10 THEN ...