Left shifts the value of a variable by the number of bits specified in the value of an expression and assigns the result to the variable.
result <<= expression  | 
| JScript | 
| Left Shift Assignment Operator (<<=) (JScript 5.6) | 
| See Also | 
Left shifts the value of a variable by the number of bits specified in the value of an expression and assigns the result to the variable.
result <<= expression  | 
Arguments
Remarks
Requirements
See Also