Hi,
I've created my own class containing a few properties like name, zip-code
and savings.
At some point i'm storing several objects in an array.
Does anyone know how to sort the array using the zip-code, again using the
savings and last sorting by name?
(Tripple-sort)
Thanx
John
I've created my own class containing a few properties like name, zip-code
and savings.
At some point i'm storing several objects in an array.
Does anyone know how to sort the array using the zip-code, again using the
savings and last sorting by name?
(Tripple-sort)
Thanx
John
Comment