Remove From Set Function

Owning Palette: Set VIs and Functions

Requires: Base Development System

Removes an element from a set.

Example

 Add to the block diagram  Find on the palette
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.
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.
set out returns the set with the specified element removed.
not included? returns whether set in includes element. If not included? is TRUE, set out returns the same set as set in.

Example

Refer to the Registration Map Usage.lvproj in the labview\examples\Design Patterns\Registration Map directory for an example of using the Remove From Set function.

 Open example  Find related examples