AND keyword

Boolean operator. Conjunction.

Syntax

AND

Example

IF VISIBLE(obj1) AND VISIBLE(obj2) THEN
'...
END IF

Go back to list of Keywords.