Overview
Bitwise XOR. You should be familiar with binary numbers when using this operator.
Note: In BitwiseAND, BitwiseOR and BitwiseXOR there is no limit for parameters and you can bitwise 2 till unlimit numbers.
Note: Plugin return and get parameters in string mode for some issue(for bug on Int64 numbers) but you can set them as number.
(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.BitXOR(10, "50", "80", 60, 3) Dialog.Message("", num)
num = Memory.BitXOR(10, 2) Dialog.Message("", num)
num = Memory.BitXOR("90000000000000", 2) Dialog.Message("", num)
See also: Related Actions