IsEmpty

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
<Target> is empty
Associationscom.livecode.type
Summary

Determines whether Target is empty or not.

Parameters
NameTypeDescription
Target

Any expression

Values
NameTypeDescription
return

Returns true if the given expression Target evaluates to the empty value of that type, and false otherwise.

Description

Determines whether Target is empty or not.