Does anyone know how to sort a structure?
I have an associative array type structure
(key)(numeric value)
(key)(numeric value)
(key)(numeric value)
...
...
etc.
I want to sort the keys by their numeric value.
I'm working with ColdFusion 4.0 and so I don't have the
luxury of using the StructSort() function which is available in ColdFusion 5.0
Please Help!
I have an associative array type structure
(key)(numeric value)
(key)(numeric value)
(key)(numeric value)
...
...
etc.
I want to sort the keys by their numeric value.
I'm working with ColdFusion 4.0 and so I don't have the
luxury of using the StructSort() function which is available in ColdFusion 5.0
Please Help!