Thread: ordering arrays
View Single Post
Join Date: Nov 2008
Posts: 91
Reputation: brechtjah is an unknown quantity at this point 
Solved Threads: 9
brechtjah's Avatar
brechtjah brechtjah is offline Offline
Junior Poster in Training

Re: ordering arrays

 
0
  #4
Nov 20th, 2008
Originally Posted by Ancient Dragon View Post
You want to sort the error array and keep the relationship with the rows in weights array ???
Oh, now I get it,
maybe another way to do this is keeping an ID of every array row.
And while you order one array, locate the ID in the other and move that one too.
Or compare the IDs after the ordering is done, and move them according to that.

You'll need to add an extra dimension to your array for that though...
Hope this helps
Reply With Quote