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
    array

    First array to include in the array.

  • array
    array

    Second array to include in the array.

Out pins 1
  • array
    array

    The 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.

Studio canvas example for the with arrays block: typical wiring for with arrays.

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