andBit()

Returns the logic and of the operands. Alternatively you can use the bitwiseAnd() command.

Syntax:
variable = andBit( numberA , numberB )
variable = bitwiseAnd( numberA , numberB )