EMPTY

The EMPTY function returns true if a list is empty or is not defined.

Syntax

EMPTY(list)

Argument name

Description

list

Required

A list.

Examples

If the following table is executed, assuming list is not defined:

The message 'The list is empty' will be printed in the browser console.

Last updated