get names of all lists()


Returns a comma-separated list with the names of all named lists created with list functions.

Example

The lists list_MyList and list_MyList2 are created with the add to list(unique value a, name of list b) function.

This will lead to the result list_MyList,list_MyList2