IsNotEmpty

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

Determines whether Target is empty or not.

Parameters
NameTypeDescription
Target

Any expression

Values
NameTypeDescription
return

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

Description

Determines whether Target is empty or not.