Removes a key and its associated value from a map.


icon

Inputs/Outputs

  • cmap.png 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.

  • cstr.png 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.

  • imap.png map out

    map out returns the map with the entry of the specified key removed.

  • ibool.png key not found?

    key not found? returns whether map in includes an entry with the specified key.

  • ii32.png 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