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

Array2To3 Op

Ops.Array.Array2To3


Array2To3
Collections:pointArrays  converter  
Namespace: Ops.Array

Op author: pandur

inserts zeroes every third item


[1,2,3,4] becomes [1,2,0,3,4,0]



Inputs

Array2x (Array)

Outputs

Array3x (Array)
Total points (Number)
Array length (Number)
Caught a mistake or want to contribute to the documentation?

Edit Documentation 

TimelineValue

Open Example In Editor

Patches using Array2To3

Changelog


Ops.Array.Array2xTo3x renamed to Ops.Array.Array2To3
2019-06-12 - pandur
Now reports an error if array length is not divisible by 2
2019-08-05 - andro