IsAData

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

Determines whether Target is data or not.

Parameters
NameTypeDescription
Target

Any expression

Values
NameTypeDescription
return

Returns true if the given expression Target is data, and false if not.

Description

Determines whether Target is data or not.