Build Map
- Updated2025-07-30
- 2 minute(s) read
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.

Inputs/Outputs
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.
value
—
value specifies the value of the entry. This input accepts any data type. All the values must be of the same data type.
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
key
—
value
—
map
—