get names of all maps()
Group |
Returns a comma-separated list with the names of all named maps created with map functions.
Example
Assume the maps myMap and myMap2 have been created with the add to map(key a, value b, name of map c) function.
The result of this function here will then be myMap,myMap2.