IsAList

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

Determines whether Target is a list or not.

Parameters
NameTypeDescription
Target

Any expression

Values
NameTypeDescription
return

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

Description

Determines whether Target is a list or not.