Remove From Map Function

Owning Palette: Map VIs and Functions

Requires: Base Development System

Removes a key and its associated value from a map.

Example

 Add to the block diagram  Find on the palette
map in specifies the map from which you want to remove an entry. This input accepts a map of any data type. The default data type is a map of 32-bit signed integers.
key specifies the key of the entry to remove. This input must be of the same data type as the existing keys in the map.
map out returns the map with the entry of the specified key removed.
key not found? returns whether map in includes an entry with the specified key.
value returns the value of the entry associated with key.

Example

Refer to the Map Collection - Word Counting VI in the labview\examples\Collections directory for an example of using the Remove From Map function.

 Open example  Find related examples