MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference page 249

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

Property summary
Modifiers
Property
static
CASEINSENSITIVE:Number
static
DESCENDING:Number
length:Number
static
NUMERIC:Number
static
RETURNINDEXEDARRAY:Number
static
UNIQUESORT:Number
Properties inherited from class Object
constructor (Object.constructor
property),
prototype (Object.prototype
(Object.__resolve property)
Constructor summary
Signature
Array([value:Object])
Description
Represents case-insensitive sorting.
Represents a descending sort order.
A non-negative integer specifying the
number of elements in the array.
Represents numeric sorting instead of
string-based sorting.
Represents the option to return an
indexed array as a result of calling the
sort() or sortOn() method.
Represents the unique sorting
requirement.
property),
__proto__ (Object.__proto__
property),
__resolve
Description
Lets you create an array.
Array
249

Advertisement

Table of Contents
loading

Table of Contents