At one point the official MM line was that structs returned their keys in insert order. I demonstrated that to be incorrect, and someone (dont' remember who) said that it'd get fixed. Don't know if it ever happened though. What I proposed will always work no matter what, because it doesn't depend on the struct itself for anything more than a list of keys. Those keys can be in any order, because they'll be explicitly sorted outside the confines of the struct.
cheers, barneyb On 6/7/05, Jim Davis <[EMAIL PROTECTED]> wrote: > It does work - but it may not always work. The official line is that > Structs don't maintain order. > > To futureproof things you may want switch to arrays or some custom ordered > collection CFC. > > Jim Davis > -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:208927 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

