buildMap() Operation
Syntax |
| |
---|---|---|
Semantics | Builds a map from an array. The operation returns a value of type Map. | |
Substitutables |
| Can be any variable or object attribute having the type Array and having array elements of complex type. |
| Name of the key attribute of the complex type in double quotes. | |
Examples |
CODE
recordArray is an array containing elements of type Address: |
buildMap()
is a convenient method, if you need a map indexing an array.