map.add.list
Syntax
- b := map.add.list(m,lkeys,lvalue)
Adds many key/value pairs to a map, each contained in a list. The two lists must be of equal length.
If a value was associated with a key previously then the value is replaced.
Returns: b - Boolean indicating success
Arguments: m - map
lkey - A list as keys
lvalue - A list use as values
Was this helpful? ... | PFC © 2021, Itasca | Updated: Feb 25, 2024 |