The XORBITS function performs a bitwise XOR operation on its two arguments.
The XORBITS function has the following format:
XORBITS(num_1,num_2)
The XORBITS function accepts the following parameters:
num_1 (number)
num_2 (number)
The XORBITS function returns a number.
Return_value=XORBITS(7, 2)
Return_value=5
Return_value=XORBITS(7, 15)
Return_value=8
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |