StructIsEmpty(structure)

Indicates whether the specified structure contains data. Returns TRUE if structure is empty and FALSE if it contains data.

See also StructClear, StructDelete, StructFind, StructInsert, StructKeyExists, StructCount, StructNew, and StructUpdate.

structure

Structure to be tested.

Usage

This function throws an exception if structure does not exist.