Array Object (JScript 5.6)

Provides support for creation of arrays of any data type.

arrayObj = new Array()
arrayObj = new Array([size])
arrayObj = new Array([element0[, element1[, ...[, elementN]]]])

Expand imageArguments

Expand imageRemarks

Expand imageProperties

Expand imageMethods

Expand imageRequirements

Expand imageSee Also