Divides the value of one expression by the value of another, and returns the remainder.
result = number1 % number2  | 
| JScript | 
| Modulus Operator (%) (JScript 5.6) | 
| See Also | 
Divides the value of one expression by the value of another, and returns the remainder.
result = number1 % number2  | 
Arguments
Remarks
Requirements
See Also