Sort 1D Array function
Appearance

| Object information | |
|---|---|
| Owning palette(s) | Array palette |
| Type | Function |
| Requires | Basic Development Environment |
| Icon | |
The Sort 1D Array function takes a one-dimensional array and sorts it in ascending order.
Usage
Connect a one-dimensional array to the array input. The output array will be sorted in ascending order.
Best practice
- To sort an array in descending order connect the output of Sort 1D Array to Reverse 1D Array.
- For two-dimensional arrays use Sort 2D Array
