[Gambas-user] Sort multidimensional array?

Riccardo scribe at ...3643...
Mon Feb 6 22:23:36 CET 2017


Hi,

Is it possible to use the array.sort() method on a two-dimensional array?



 

>         Public arr_Response As New String[][]
>




Specifically, I'd like to sort the entire array based on the contents of the second column something like: arr_Response[][1].sort() ...




 cheers.




More information about the User mailing list