For the complete documentation index, see llms.txt. This page is also available as Markdown.

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:

Logic

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

Last updated