The EMPTY function returns true if a list is empty or is not defined.
Last updated 4 years ago
EMPTY(list)
Argument name
Description
list
Required
A list.
If the following table is executed, assuming list is not defined:
The message 'The list is empty' will be printed in the browser console.