Long Integer Intrinsic Functions - BitXor Method
Bitwise Xor
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 |
BitXor performs a logical bitwiseexclusive or (Xor). The BitXXX Intrinsic Functions are available in LANSA to support the use of binary bit masks.
#Integer := #Integer.BitXor(4)
Febuary 18 V14SP2