Remove From Map Function
- Updated2025-07-30
- 2 minute(s) read
Removes a key and its associated value from a map.

Inputs/Outputs
map in
—
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
—
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
—
map out returns the map with the entry of the specified key removed.
key not found?
—
key not found? returns whether map in includes an entry with the specified key.
value
—
value returns the value of the entry associated with key. |
Examples
Refer to the following example files included with LabVIEW.
- labview\examples\Collections\Map Collection - Word Counting.vi
map in
—
key
—
map out
—
key not found?
—
value
—