Creates a map from the input key-value entries. For entries with duplicate keys, this function includes only the last entry in the resulting map.


icon

Inputs/Outputs

  • cstr.png key

    key specifies the key of the entry. This input accepts any data type. All the keys must be unique and of the same data type.

  • ci32.png value

    value specifies the value of the entry. This input accepts any data type. All the values must be of the same data type.

  • imap.png map

    map returns the resulting map.

  • Examples

    Refer to the following example files included with LabVIEW.

    • labview\examples\Collections\Map Collection - Comparing Test Results.vi