====== BitNOT ====== BitNOT() The function returns a bitwise "NOT" result for the passed value. **Parameters** |< 100% 15% >| |value|The number on which the operation will be performed.| **Related** [[bitand]], [[bitor]], [[bitshift]], [[bitxor]] **Remarks** Bitwise operations are performed as 32-bit integers. **Examples** MsgBox(BitNOT(1)) # --> -2