Take a look at this post by Rupesh Kumar: http://coldfused.blogspot.com/2007/01/extend-cf-native-objects-harnessing.ht ml
It might have what you need. -----Original Message----- From: Joel Watson [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007 9:41 AM To: CF-Talk Subject: Comparing two arrays or lists I have two lists that I want to compare and be able to show the resulting differences. For example, if my first list has 1,2,3,4 and the second has 1,2,4,4, I want to be able to output that "3" and "4" are different. What would be the best way of going about this? I applied the "arrayCompare" UDF from cflib, but it only outputs a bollean for the entire comparison. I would like to be able to compare on a more detailed level and output the results. Thanks! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & Flex 2. Free Trial http://www.adobe.com/products/coldfusion/flex2/ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:271748 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

