Reverse 1D Array Function

Owning Palette: Array VIs and Functions

Requires: Base Development System

Reverses the order of the elements in array, where array is of any type.

The connector pane displays the default data types for this polymorphic function.

 Add to the block diagram  Find on the palette
array is a one-dimensional array of any type.
reversed array. If array has n elements, array[0] becomes reversed array[n-1], array[1] becomes reversed array[n-2], and so on.