IsAnArray

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

Determines whether Target is an array or not.

Parameters
NameTypeDescription
Target

Any expression

Values
NameTypeDescription
return

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

Description

Determines whether Target is an array or not.