[thelist] sorting an ASP form dump

Anthony Baratta Anthony at Baratta.com
Tue Apr 23 16:20:01 CDT 2002


At 01:49 PM 4/23/2002, aardvark wrote:

>what's a good way to sort a form dump like this alphabetically
>and/or numerically?

What I've done in the past is to save the keys of the dictionary to an
array, sort the array, then iterate through the dictionary object using the
newly sorted array.
---
Anthony Baratta
President
Keyboard Jockeys

"Conformity is the refuge of the unimaginative."




More information about the thelist mailing list