So I guess CF doesn't support case-sensitive keys in a structure. For example, given the following code:
test = StructNew(); test.a = 5; test.A = 10; I would have hoped that 2 keys would have been made, "a" and "A", but instead only 1 key is made, and has a value of 10. Is there anyway to have CF use case-sensitive keys so that I could do something like the above to get 2 keys? Thanks, Cedric ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195833 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

