Microsoft®
JScript splice Method (Array) |
Language Reference Version 3
|
Deletes elements of an array.
arrayObj.splice(start [,length] [,elements])The splice method syntax has these parts:
Part Description arrayObj Required. An Array object. start Required. The zero-based index of the beginning of the specified portion of arrayObj. length Optional. The number of elements to remove from arrayObj. If not specified, every element starting from the given index will be removed from the array elements Optional. Requires length. List of elements to insert at the start.
The splice method modifies an Array object by removing the specified portion of arrayObj or adding elements.
© 1997 by Microsoft Corporation. All rights reserved.
file: /Techref/inet/iis/jscript/htm/splice.htm, 2KB, , updated: 2019/10/7 16:13, local time: 2024/10/31 17:59,
18.188.3.236:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/inet/iis/jscript/htm/splice.htm"> splice Method (Array)</A> |
Did you find what you needed? |