Need to do it programattically since I have about 600 sets of files to
compare. Luckily, the files should be identical ... I am looking for the
rare exceptions where they are not identical, and then the differences
should be small, and I want to throw an error flag. 

Thank you for the code sample.

Rick.

-----Original Message-----
From: Brad Wood [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 19, 2008 3:39 PM
To: CF-Talk
Subject: RE: Character by Character File Compare

I would look into a program called Araxis Merge.  :)

If you're talking about doing so programmatically, that's going to be a
good challenge.

What kind of differences?  Insertions and deletions?  Re-arrangements.

For what it's worth, here is a link to some code I messed with a while
back for comparing two strings and highlighting their differences.

It is fairly good as long as you are dealing with MOSTLY similar strings
with insertions and deletions no longer than a couple sentences.

http://www.bradwood.com/string_compare/

~Brad

-----Original Message-----
From: Colman, Richard [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 19, 2008 5:29 PM
To: CF-Talk
Subject: Character by Character File Compare

Looking for functions/algorythm that would easily enable me to compare
three files on a character-by-character basis to detect differences. Any
suggestions appreciated.

Rick.






~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:307805
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to