with arrays
This block is part of the array group and was last modified in core v10.4.28.
with arrays v10.4.28 Returns an array with arrays
In pins 2
- array
arrayFirst array to include in the array.
- array
arraySecond array to include in the array.
Out pins 1
- array
arrayThe array with arrays in it.
Collects each wired array pin as a nested element of a new array of arrays - inputs are NESTED, not concatenated. Pins whose value is not an array are dropped. Example: [1,2] and [3] -> [[1,2],[3]].
of |
with |
A typical wiring for with arrays: the array out pin feeds length.

Version history
Introduced in v10.4.28.
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
