Element of Set? Function
- 已更新2025-07-30
- 閱讀時間為 1 分鐘
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?
—