03-13-2004 11:44 AM
03-13-2004
12:55 PM
- last edited on
12-11-2024
02:07 PM
by
Content Cleaner
Check out this example.
It lets you choose an array to sort on, uses that to buid an array of clusters which contain the array element and an index.
This array is then sorted using the sort 1-d array.
The sorted array is then used to re-arrange all of the input arrays in-place and returns the results.
It should do the trick I would think.
Ben
Ben Rayner
Certified LabVIEW Developer
www.DSAutomation.com
03-14-2004 08:14 AM