Array.splice()
Availability
Flash Player 5.
Usage
my_array.splice(start, deleteCount [, value0, value1...valueN])
Parameters
The index of the element in the array where the insertion or deletion begins.
start
deleteCount
specified in the
start
of the values from the
are deleted.
An optional parameter specifying the values to insert into the array at the insertion point
value
specified in the
start
Returns
Nothing.
Description
Method; adds and removes elements from an array. This method modifies the array without
making a copy.
Array.toString()
Availability
Flash Player 5.
Usage
my_array.toString()
Parameters
None.
Returns
A string.
Description
Method; returns a string value representing the elements in the specified Array object. Every
element in the array, starting with index 0 and ending with index
converted to a concatenated string and separated by commas.
The number of elements to be deleted. This number includes the element
parameter. If no value is specified for
element to the last element in the array. If the value is 0, no elements
start
parameter.
, the method deletes all
deleteCount
my_array.length-1
Array.toString()
, is
287
Need help?
Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?