Product: LABELVIEW, CODESOFT
Version: All Versions
|
and(«expr_1», «expr_2»): Returns TRUE if both arguments are true, FALSE if at least one is false. The arguments must be calculated from logical values.
Example:
and(exact("string","string"),exact("string","string")) = 0
and(exact("string","string"),exact("string","string")) = 1
|