delete?

 
a
 

ArraySort(vol[7500], WHOLE_ARRAY, 0, MODE_ASCEND);

in other word

ArraySort(vol, WHOLE_ARRAY, 0, MODE_ASCEND);

 

or

ArraySort(vol)

it's the same 

 

what do you mean ? explain yourself

MODE_ASCEND sort in ascend direction,
MODE_DESCEND sort in descend direction. 

 
samuelgo:
a
Please don't try to delete your topic when someone takes time to answer you.