You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
Visual Basic 6.0
Signature
In computing, the modulo operation returns the remainder or signed remainder of a division, after one number is divided by another (called the modulus of the operation).
Given two positive numbers a and n, a modulo n (often abbreviated as a mod n or as a % n) is the remainder of the Euclidean division of a by n, where a is the dividend and n is the divisor.