Bitwise.BitXor
From Real Software Documentation
Method
Bitwise.BitXor ( value1 as UInt64, value2 as UInt64, [ ParamArray...MoreValues as UInt64 ] ) As UInt64
Performs a bitwise exclusive or on value1 and value2. See the Xor Operator for information on the Xor comparison.
If any optional parameters value3 to valueN are passed, BitXor returns the progressive results of each operation. Returns a UInt64.
