slice
This block is part of the array
group and was last modified in core v10.4.28
.
slice
v10.4.28
returns a shallow copy of a portion of an array into a new array object selected from start to end
Pin | Pin | Type | Default |
---|---|---|---|
arrayrequired The array from which a slice will be created. |
array |
|
|
beginrequired The index at which the slice will start. |
number |
|
|
end The index at which the slice will end (optional). |
number |
|
Pin | Pin | Type | Example |
---|---|---|---|
Array The resulting slice of the array. |
array |
Core Releases
v10.4.28 This block was introduced inv10.4.28
, click here to see the release notes.
Back to
array
Return to the main group to view all sub-groups
Back to array
Return to the group to view all blocks within this group