BinaryXOR

Purpose:

Links the two (integer) parameters binary with 'exclusive or' and returns the result.

Parameter:

Number       Value.

Number       Value.

Return value:

String

Example:

BinaryXOR (01,10)              Result: 11

BinaryXOR (10,11)              Result: 1