CAS 6


and
- Logical

Summary

The logical "and" returns the Boolean value 1 when both arguments are true and returns 0 otherwise.

Examples

(LTV gt 80) and (PMICODE in ',00')
(STATE in 'NY,NJ,CT') and (CURBAL gt 100000) and (MDEQL eq 0)

Syntax

BoolLeft and BoolRight

Left Arguments

Name Data Type Input Type Description Optional Default
BoolLeft Boolean Field, Constant Logical Statement No

Right Arguments

Name Data Type Input Type Description Optional Default
BoolRight Boolean Field, Constant Logical Statement No

Result

Type: Boolean

1 if both statements are true, 0 otherwise; Boolean Expression



Build 6.0.624