The ANDBITS function performs a bitwise AND operation on two numbers.
The ANDBITS function has the following format:
ANDBITS(number1,number2)
The ANDBITS function accepts the following parameters:
number1 (number)
number2 (number)
The ANDBITS function returns a number.
Return_value=ANDBITS(7,2)
Return_value=2
Return_value=ANDBITS(7,15)
Return_value=7
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |