Overview
Bitwise NOT. You should be familiar with binary numbers when using this operator.
(string) Number that you want get its not.
(string) Return Bitwised numbers in string mode.
When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.
num = Memory.BitNOT(1) Dialog.Message("", num)
num = Memory.BitNOT("1") Dialog.Message("", num)
num = Memory.BitNOT(50) Dialog.Message("", num)
See also: Related Actions