list.Splice(list : list, start : num, length : num?, values : list?) : list
Remove the entries in a list and add from another list.
1.9.1 or later
| Name | Type | Description |
| list | list | The list value. |
| start | num | start position. |
| length | num | (optional, default: all) Number of elements to remove. If negative, relative to end of list |
| values | list | (optional, default: none) values to insert (at the start position) |
a list with specified values removed from an index to a certain length limit. It also inserts values if that is specified in the values parameter.
| Output | ||
| [ 1, 9, 10 ] |
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Copyright © 2011 MindTouch, Inc. Powered by