fnAnd

Syntax

FnAnd(Expression1, Expression2) or
FnAnd(Expression1, Expression2, Expression3)

See also: Operators, IF, True, False

Description

Returns a value of True (1) if both parameter 1 and parameter 2 are true. Otherwise returns a value of False (0).

Note: Included for backwards compatibility with earlier versions of LEAP. In the latest versions of LEAP you can now use the And operator between two terms. .