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

ArrayChunkDuplicate Op



ArrayChunkDuplicate
Namespace: Ops.Array

Op author: pandur

repeat chunks of an array multiple times


For example:

with setting chunk to 3 and repeats to 3:

1,2,3,4,5,6,7,8,9

this will result to:

1,2,3,1,2,3,1,2,3,4,5,6,4,5,6,4,5,6,7,8,9,7,8,9,7,8,9



Inputs

Array (Array)
Chunk Size (integer /Number)
Repeats (integer /Number)

Outputs

Result (Array)

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Example for ArrayChunkDuplicate


Patches using ArrayChunkDuplicate

  • Examples (1)
  • Public
  • My Patches

Changelog


created op
2022-08-14 - pandur
Ops.User.pandur.ArrayChunkDuplicate renamed to Ops.Array.ArrayChunkDuplicate
2022-08-15 - pandur