Logical-and &, and
Operator: & , and
The result is a Yes/No value, depending on the check
if
Condition1
evaluates totrue
ANDCondition2
evaluates totrue
, only thenYes
is returned.all other evaluations result in
No
Last updated
Was this helpful?
Operator: & , and
The result is a Yes/No value, depending on the check
if Condition1
evaluates to true
AND Condition2
evaluates to true
, only then Yes
is returned.
all other evaluations result in No
Last updated
Was this helpful?