array

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

# Metadata

Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:

# Syntax

array

# Examples

put "apple" into tArray[1] put "carrot" into tArray[1] put tArray is an array -- Evaluates to true

# Description

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

# Tags

# See

- **operator:** is a, is not a