I'm using lists for sorting (they work very well) and I don't see anywhere that I really use any numbers as numbers. The problem with using structures is that you can't keep it in a specific 1,2,3 order like lists and arrays. You can fake it with a position value, but it's more work than it's worth.
>I've never used CF_MakeTree, but I'm wondering if they're using Arrays >instead of structs, and this is somehow making them crate an array that's >200milion elements in size. I would take a look at the code and if possible >rewrite it using structs. > > > >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244693 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

