SPLICE this , offset , length , list
this
offset
length
list
Performs the equivalent of a splice on the array. Returns a list of the original length elements at the specified offset. The arguments are:
Optional. Defaults to zero; if negative, counts back from the end of the array.
Optional. Defaults to the rest of the array.
May be empty.
Copyright © 2001 O'Reilly & Associates. All rights reserved.