CutArray Op

CutArray

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



Full Name
  • Ops.Array.CutArray
Visibility
  • Core Op - Official cables op
License
  • MIT
Authorgithub


Example Patch CutArray - Example

Example for the CutArray op.

Open In Editor

INPUT PORTS


Source Array (Array)

<p>input array</p>

Remove from Start (Number:

<i>integer</i>

)

<p>amount of elements to be removed from the beginning of array</p>

Remove From End (Number:

<i>integer</i>

)

<p>amount of elements to be removed from the end of array</p>

OUTPUT PORTS


Cut Array (Array)

<p>cut array output</p>

Array Length (Number)

<p>length output</p>


Patches using CutArray

  • Examples
  • Public
  • My Patches

Changelog


Ops.User.simod.CutArray renamed to Ops.Array.CutArrayuser avatarsimod - 2020-09-16 11:37