Thread: ordering arrays
View Single Post
Join Date: Mar 2008
Posts: 63
Reputation: 666kennedy is an unknown quantity at this point 
Solved Threads: 0
666kennedy 666kennedy is offline Offline
Junior Poster in Training

ordering arrays

 
0
  #1
Nov 20th, 2008
i have an array

weights[16][60]

this being 16 rows of 60 elements in each one

i have another

error[16]

which co incides with each with the 16 rows, this is the error from each row.

is there a way i can put each of the 16 in order in the array and then mimic that into the weights array so that all of those are like the ones in the error array?
Reply With Quote