Finding the highest numbers between arrays??

 

 Hi guys,

  I have 28 double arrays(one dimentional) how I can code to find the first 8 highest numbers(arrays) and create new two dimentional array that one dimention shows bars history and second shows these 8 values???

 

thanks, 

 

use ArrayCopy to push all data in 1 array.

next use ArraySort()

ArrayCopy once more to create you new array

Reason: