MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE Reference page 246

Actionscript 2.0 language reference
Table of Contents

Advertisement

Method summary
Modifiers
Signature
concat([value:Object
]) : Array
join([delimiter:Stri
ng]) : String
pop() : Object
push(value:Object) :
Number
reverse() : Void
shift() : Object
slice([startIndex:Nu
mber],
[endIndex:Number]) :
Array
sort([compareFunctio
n:Object],
[options:Number]) :
Array
sortOn(fieldName:Obj
ect,
[options:Object]) :
Array
splice(startIndex:Nu
mber,
[deleteCount:Number]
, [value:Object]) :
Array
toString() : String
unshift(value:Object
) : Number
246
ActionScript classes
Description
Concatenates the elements specified in the
parameters with the elements in an array and creates
a new array.
Converts the elements in an array to strings, inserts
the specified separator between the elements,
concatenates them, and returns the resulting string.
Removes the last element from an array and returns
the value of that element.
Adds one or more elements to the end of an array and
returns the new length of the array.
Reverses the array in place.
Removes the first element from an array and returns
that element.
Returns a new array that consists of a range of
elements from the original array, without modifying
the original array.
Sorts the elements in an array.
Sorts the elements in an array according to one or
more fields in the array.
Adds elements to and removes elements from an
array.
Returns a string value representing the elements in
the specified Array object.
Adds one or more elements to the beginning of an
array and returns the new length of the array.

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents

Save PDF