Build Map Function

Owning Palette: Map VIs and Functions

Requires: Base Development System

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.

Example

 Add to the block diagram  Find on the palette
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 specifies the value of the entry. This input accepts any data type. All the values must be of the same data type.
map returns the resulting map.

Example

Refer to the Map Collection - Comparing Test Results VI in the labview\examples\Collections directory for an example of using the Build Map function.

 Open example  Find related examples