Hmmm, but what I wanted (I didn't say this before because
I though I'd keep it simple - silly me) was to have it
search for sentence(s) that are on one side of the second
document and add comments to them based on sentance(s) on
the other side.
So if my second document looked like
<1> [tab] <2> [Enter]
<3> [tab] <4> [Enter]
it would add the comment <2> to all instances of <1>, and
ditto for 3 and 4.
Sorry for not saying this all in the first place, and
thanks for your help!
-----Original Message-----
It ignores it. All it's doing is checking whether a given piece of text (ie
a sentence) from document 1 occurs in document 2. How the sentences in doc 2
are organised and formatted is irrelevant. You may get some spurious hits if
a sentence in doc 1 is a subset of a sentence in doc 2. And you'll miss any
matches if the sentence in one doc uses tabs where the other uses spaces.
You might get a better result if your first replace all white space in both
documents with a single space character.
.