Edit

TestFlags (number, mask)

Result Type: Boolean

Definition: Returns the bitwise AND of the arguments. Used for testing the Flags field in records.

Examples:  testflags(JobSheet.Flags, 1)

returns true if the resource in the job sheet entry is a Time item.

See Also:

ClearFlag: Bitwise bit clear

SetFlag: Binary OR