G'Day Previously I have sent postings to the list about sharing source code using FB3. I am currently working on a large project that is composed of several fairly large applications and I'm trying to extract common code from all applications and share it rather than copy n paste it. Being a lazy programmer I wrote an app to help me with my quest, enter Code Compare 1.0. This little utility will analyse two projects (or single files) and create reports on which functions have the same names or even which are identical. The reports are in tab delimited csv format and can be viewed with BBEdit or a Spreadsheet etc It's only a quick app that I wrote to help out which uses bags of memory and could probably be just a tad more efficient so I'm not expecting to win any awards with it ;-) But if you think you could make use of it feel free to download it from: http://www.appleonline.net/phil.yates/downloads/codecompare.sit Cheers Stu