get names of all lists()
Group |
Returns a comma-separated list with the names of all named lists created with list functions.
Example
Assume the lists list_MyList and list_MyList2 have been created with the add to list(unique value a, name of list b) function.
The result of this function here will then be list_MyList,list_MyList2.