get names of all maps()
Group |
Returns a comma-separated list with the names of all named maps created with map functions.
Example
The maps MyMap and MyMap2 are created e.g. with the add to map(key a, value b, name of map c) function.
This leads to the result MyMap,MyMap2