Array()

Availability

Flash Player 6 .

Usage

Array()
Array( [element0 [, element1 , element2,...elementN ] ])

Parameters

element One or more elements to place in the array.

Returns

An array.

Description

Conversion function; creates a new, empty array or converts specified elements to an array. Using this function is similar to creating an array using the Array constructor (see Constructor for the Array class).