get names of all maps()

This function returns a comma-separated list with the names of all maps created with map functions.

The function has no parameters.

Example


Assume the maps "myMap" and "myMap2" exist.

The result of this function here will then be "myMap,myMap2".