DekGenius.com
Team LiB   Previous Section   Next Section
does not contain

Syntax

set mybool to ({"apples","oranges","peaches"} does not contain¬ 
{"peaches"}) -- returns false

Return value

boolean; true or false

Description

does not contain, or doesn't contain, is the opposite of contains. It returns true if the list, record, or string operand does not contain the second list, record, or string operand. See contains in this chapter for a further discussion.

    Team LiB   Previous Section   Next Section