Skip to content

BitOr Function

Nilesh Ghodekar edited this page Jan 8, 2016 · 2 revisions

Syntax

int BitOr(mask:int, value:flag)

Description

Applies a bitmask on a flag to 1.

Remarks

If any input parameter is null, an exception is thrown.

Supported Version

2.14.611.0 and later

Examples

BitOr(65536,BitAnd(33554397,[//Target/userAccountControl]))

Clone this wiki locally