array

Typekeyword
DictionaryLCS
LibraryLiveCode Script
Syntax
array
Summary

Used with the 'is a' and 'is not a' operators to check whether a value is an array.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
put "apple" into tArray[1]
put "carrot" into tArray[1]
put tArray is an array -- Evaluates to true
Values
NameTypeDescription
return

The array keyword returns true if the variable is an array. False, if the variable is not an array.

RelatedOperator: is a, is not a
Description

Use the array keyword to find out whether a value is an array.

Tagsproperties