Owning Palette: Array Functions
Installed With: Base Package
Returns a portion of array starting at index and containing length elements.
When you wire an array to this function, the function resizes automatically to display index inputs for each dimension in the array you wire to array. If you wire a 1D array to the function, the function displays the index inputs for an element. If you wire a 2D array to the function, the function displays the index inputs for a row and column, respectively. If you wire a 3D through nD array to the function, the function displays the index inputs for a page. The connector pane displays the default data types for this polymorphic function.

You can use the Index Array function to determine the shape of the subarray you want to access or modify. For example, use the Index Array function to extract a 1D row from a 2D array.