beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

CutArray Op

Ops.Array.CutArray


CutArray
Namespace: Ops.Array

Op author: simod

Remove elements from an array from the beginning and/or the end




Inputs

Source Array (Array)

input array

Remove from Start (integer /Number)

amount of elements to be removed from the beginning of array

Remove From End (integer /Number)

amount of elements to be removed from the end of array

Outputs

Cut Array (Array)

cut array output

Array Length (Number)

length output

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

CutArray - Example

Example for the CutArray op.

Open Example In Editor

Patches using CutArray

Changelog


Ops.User.simod.CutArray renamed to Ops.Array.CutArray
2020-09-16 - simod