Script functions reference > Script functions in alphabetical order > B > BinOr

BinOr
Syntax
BinOr(num_1, num_2)
num_1
num_2
Description
Performs an OR operation on the binary representation of the complement integer values of the two arguments (Int(num_1) and Int(num_2)).
Returns
A number.
Examples
BinOr(0,1)
Result: 1
BinOr(2,1) 
Result: 3
BinOr(10,2) 
Result: 10
OpenText StreamServe 5.6 Updated: 2013-03-01