JS.7.3 Logical Functions
Related Functions & Properties
CALC.and(boolean1, boolean2, )
CALC.iif(logical_test, value_if_true, value_if_false)
CALC.not(boolean)
CALC.or(boolean1, boolean2, ....)
The CALC object provides the logical functions listed below.