Navigation: Reference > Functions By Category > Bitwise >
lAnd()
Perform a bitwise AND (&) test betwen two or more 32bit integers and return .T. if the result is nonzero.
Syntax:
lAnd( <n1> , <n2> , .... )
Precedence:
(((n1 & n2) & n3) & nN)