Divides the value of a variable by the value of an expression, and assigns the remainder to the variable.
result %= expression  | 
| JScript | 
| Modulus Assignment Operator (%=) (JScript 5.6) | 
| See Also | 
Divides the value of a variable by the value of an expression, and assigns the remainder to the variable.
result %= expression  | 
Arguments
Remarks
Requirements
See Also