BitOr Function - microsoft/MIMWAL GitHub Wiki

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]))