IsEmpty

<< Click to Display Table of Contents >>

Navigation:  Data Type Functions >

IsEmpty

Description

Returns a Boolean value indicating whether a variable has been initialized.

Syntax

IsEmpty(expression)

 

The expression argument can be any expression.

Remarks

IsEmpty returns True if expression is uninitialized, or explicitly set to Empty; otherwise, it returns False. False is always returned if expression contains more than one variable.