LISTISNOTEMPTY

The function LISTISNOTEMPTY checks if a list is empty or not and returns a number 0 or 1.

LISTISNOTEMPTY(liste) => 0 or 1

  • 0: the list is empty
  • 1: the list is not empty