Element of Set? Function
- Updated2025-07-30
- 1 minute(s) read
Returns whether an element is a member of a set.

Inputs/Outputs
set
—
set specifies the set. This input accepts a set of any data type. The default data type is a set of strings.
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.
found?
—
found? returns TRUE if element is included in set. Otherwise, found? returns FALSE. |
set
—
element
—
found?
—