Bitwise And
Member of Long Integer Intrinsic Functions (PRIM_LIBI.ILongIntegerIntrinsics)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | Integer | Resulting bit |
With | *Input | Integer | Comparison value |
BitAnd performs a logical bitwise And. The BitXXX Intrinsic Functions are available in LANSA to support the use of binary bit masks.
If (#Integer.BitAnd( 4 ) = 4) * Bit 4 is on Else * Bit 4 is Off Endif
Febuary 18 V14SP2