On 4/25/05, Al Everett <[EMAIL PROTECTED]> wrote: > The thing that helped me understand structures more than anything else > was the good old CFDUMP tag. When I could "see" the structure it all > made sense. >
The only thing to keep in mind if you're going to rely on CFDUMP to "learn" structures is that the keys in the structure are not, by definition, in any order. The CFDUMP tag internally sorts the keys alphanumerically before displaying, which could give the impression that the structure is keeping the order intact. If order matters, use an array. Regards, Dave. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:204320 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

