get names of all lists()

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

The function has no parameters.

Example


Assume the lists "list_MyList" and "list_MyList2" exist.

The result of this function here will then be "list_MyList,list_MyList2".