in reply to Re: Sorting an array of hashes with an exeption
in thread Sorting an array of hashes with an exception

Hi Laurent_R,

When using your example data I get the following result:

ID: 2 Distance: 1.5 RouteDistance: 2.8
ID: 5 Distance: 1.6 RouteDistance: 0
ID: 1 Distance: 1.7 RouteDistance: 2.5
ID: 3 Distance: 2.3 RouteDistance: 4.3

As you thought this is not what I want, hmm. Need to think something else out.
  • Comment on Re^2: Sorting an array of hashes with an exeption