Removes an element from a set.


icon

Inputs/Outputs

  • cset.png set in

    set in specifies the set in which you want to remove an element. 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 you want to remove from the set. This input must be of the same data type as the elements in the set.

  • iset.png set out

    set out returns the set with the specified element removed.

  • ibool.png not included?

    not included? returns whether set in includes element. If not included? is TRUE, set out returns the same set as set in.

  • Examples

    Refer to the following example files included with LabVIEW.

    • labview\examples\Design Patterns\Registration Map\Registration Map Usage.lvproj