Integral Enumeration Intrinsic Functions - BitOr Method

Bitwise Or

Member of Integral Enumeration Intrinsic Functions (PRIM_LIBI.IIntegralEnumerationIntrinsics)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)IntegerResulting bit
With*InputIntegerComparison value

Details

BitOr performs a logical bitwise Not.
 
The BitXXX Intrinsic Functions are available in LANSA to support the use of binary bit masks.

Example

#Integer := #Integer.BitOr(4)

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2