Returns whether an element is a member of a set.


icon

Inputs/Outputs

  • cset.png set

    set specifies the set. This input accepts a set of any data type. The default data type is a set of strings.

  • cstr.png element

    element specifies the data to look for in the set. This input must be of the same data type as the elements in set.

  • ibool.png found?

    found? returns TRUE if element is included in set. Otherwise, found? returns FALSE.