Empty

Overview

Returns True if the value is the empty string or NULL.

Syntax

Empty(1)

Function Properties

Ordinal Type Description
1 string Required Variable to evaluate

Usage

SET @abc=27
%%=Empty(@abc)=%%

The system returns:

False
Last Updated: Jun 8, 2021