Check cflib.org there are 2 UDFs in there that will do this. Mike
----- Original Message ----- From: "Den Melton" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, July 28, 2003 12:40 PM Subject: Comparing two listvars and deleting dups > How would I make one list that combines the elements of list1 that changed in list2? For example > List1: State:FL, City:Jax, County:Duval, Zip:32246 > List2: State:FL, City:Jax, County:St Johns, Zip:32259 > > Output: County:Duval changed to County:St Johns, Zip:32246 changed to Zip:32259 > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

