Integer Intrinsic Functions - BitOr Method
Bitwise Or
Member of Integer Intrinsic Functions (PRIM_LIBI.IIntegerIntrinsics)
| Name | Type | Data Type | Description |
|---|---|---|---|
| Result | *Result (Optional) | Integer | Resulting bit |
| With | *Input | Integer | Comparison value |
BitOr performs a logical bitwise Not. The BitXXX Intrinsic Functions are available in LANSA to support the use of binary bit masks.
#Integer := #Integer.BitOr(4)
Febuary 18 V14SP2