JavaScript Editor Ajax toolkit     Ajax website 



Main Page

Removes elements from an array and, if necessary, inserts new elements in their place, returning the deleted elements. Returns the elements removed from the array.

function splice(start : Number, deleteCount : Number [, item1 : Object [, ... [, itemN : Object]]]]) : Array

Expand imageArguments

Expand imageRemarks

Expand imageRequirements

Expand imageSee Also



JavaScript Editor Ajax toolkit     Ajax website


©