Syntaxset mybool to ({"apples","oranges","peaches"} does not contain¬ {"peaches"}) -- returns false Return valueboolean; true or false Descriptiondoes 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. |