IsNothing

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

Determines whether Target is nothing or not.

Parameters
NameTypeDescription
Target

Any expression

Values
NameTypeDescription
return

Returns true if the given expression Target is nothing, and false otherwise.

Description

Use the IsNothing operator to test if operators or handlers have returned anything.