BinXOr(num_1, num_2)
num_1
num_2
Returns the exclusive OR on the binary representation of the complement integer values of the two arguments (Int(num_1) and Int(num_2)).BinXOr(0,1)Result: 1BinXOr(2,1)Result: 3BinXOr(10,2)Result: 8
OpenText StreamServe 5.6 | Updated: 2013-03-01 |