Bitwise.BitOr

From Xojo Documentation

Method

Bitwise.BitOr(value1 As UInt64, value2 As UInt64, [ ParamArray...MoreValues As UInt64 ]) As UInt64

Supported for all project types and targets.

Performs a bitwise Or on value1 and value2.

Notes

If any optional parameters value3 to valueN are passed, BitOr returns the progressive results of each operation. Returns a UInt64.