List.length

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

listInstance.length

Description

Property (read-only); the number of items in the list.

Example

The following example places the value of length in a variable:

var len = myList.length;