|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BitAnd
|
|
|
|
Returns the bitwise AND of two long integers.
See also BitNot, BitOr, and BitXor.
|
|
|
|
Syntax
|
|
|
BitAnd(number1, number2)
number1, number2
Any long integers.
|
|
|
|
Usage
|
|
|
Bit functions operate on 32-bit integers.
|
|
|
  
|
|
|
AllaireDoc@allaire.com
Copyright © 1998, Allaire Corporation. All rights reserved.
|
|