Tengo este array
https://drive.google.com/file/d/1xh7F9_MgJOngbv336i57v4hjHuwHyPmB/view?usp=sharing
y quiero ordenarlo de esta manera pero no me lo ordena.
- Code: Select all Expand view
- ::aDatos := ASort( ::aDatos, NIL, NIL, { | x, y | ;
x[ 2 ][ "nombre_nacimiento" ] < y[ 2 ][ "nombre_nacimiento" ] ;
} )
gracias.