Divides an array at a specified index and returns the two portions.
The element at the specified index appears at the beginning of the second portion.
A 1D array of any type.
The location that specifies where to split array. If index is negative or 0, first subarray is empty. If index is equal to or greater than the size of array, second subarray is empty.
array[0] through array[index-1].
The remaining array elements not already contained in first subarray.
Where This Node Can Run:
Desktop OS: none
FPGA: All devices
Web Server: Not supported in VIs that run in a web application