11-20-2011 09:12 AM
Hi,
I have an array of custom type container, something like:
- TestName
- Type
- Operation
...
I'd like to sort this array by Type and Operation.
Is that possible in TS 2010? If not - what is the best way to do that? I'm using also LabVIEW and C/C++.
Thanks in advance
Solved! Go to Solution.
11-20-2011 08:51 PM
In this case I would recommend passing it to LabVIEW and let LV handle the heavy lifting: http://forums.ni.com/t5/LabVIEW/Sort-1D-array-of-clusters-by-the-second-element-in-the-cluster/td-p/...
Check out Darren's post. It's a clean sort of clusters.
TestStand isn't designed for complex algorithms. Although you could probably do it in TS you would have to come up with the algorithm.
Cheers,
11-22-2011 02:51 AM
jigg,
Thanks a lot!