anyd(condition)

Description

Similar to anyc() except that it returns true if any of the depends items meet the condition.

Example

anyd(substr(tv(),1,2)=="M ")
Will return a true value only if the item text for any depends items start with "M "
TV() returns the item text of the depends item to the substr() function.

Related Rules

allc(), alld(), allp(), anycf(), anyc(), anyf(), anyp()