Adds the value of an expression to the value of a variable and assigns the result to the variable.
result += expression |
JScript |
Addition Assignment Operator (+=) (JScript 5.6) |
See Also |
Adds the value of an expression to the value of a variable and assigns the result to the variable.
result += expression |