Performs a bitwise OR on the value of a variable and the value of an expression and assigns the result to the variable.
result |= expression |
| JScript |
| Bitwise OR Assignment Operator (|=) (JScript 5.6) |
| See Also |
Performs a bitwise OR on the value of a variable and the value of an expression and assigns the result to the variable.
result |= expression |
Arguments
Remarks
Requirements
See Also