|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BitOr
|
|
|
|
Returns the bitwise OR of two long integers
See also BitAnd, BitNot, and BitXor.
|
|
|
|
Syntax
|
|
|
BitOr(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.
|
|