Skip to content

BitAnd Function

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

Syntax

int BitAnd(mask:int, value:flag)

Description

Applies a bitmask on a flag to 0.

Remarks

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

Supported Version

2.14.611.0 and later

Examples

BitAnd(9223372036854710271,[//Target/UserAccountControl])

Clone this wiki locally