D
DannyE
Hi Guys,
I am going to be running a process to check for duplicates at
paragraph level in a number of files so I am going to try to do i
programaticly.
First of all the code I envisage will be a for each paragraph i
paragraphs which will loop me through all the paragraphs easily, but
need to keep a track of the number of the paragraph in the collectio
so that I don't check previously tested paragraphs. Also if I remove
paragraph from the collection I think I am right in saying that tha
will cause the collection to reset so I would have to then star
checking from the beginning again?
I have looked into the selection.information but it doesn't seem t
give me what I need so I am expecting to have to maintain an inde
which will refer to the current paragraph which is to be checke
against and then another index of the following paragraphs to incremen
as each onme is tested against the current paragraph? I have also trie
to fish my way through the locals window to see if I can find
reference in there but without sucess so far...
I'm not looking for code or anything, just your thoughts on how I coul
do this...
Many thanks for your time,
Best regards,
Da
I am going to be running a process to check for duplicates at
paragraph level in a number of files so I am going to try to do i
programaticly.
First of all the code I envisage will be a for each paragraph i
paragraphs which will loop me through all the paragraphs easily, but
need to keep a track of the number of the paragraph in the collectio
so that I don't check previously tested paragraphs. Also if I remove
paragraph from the collection I think I am right in saying that tha
will cause the collection to reset so I would have to then star
checking from the beginning again?
I have looked into the selection.information but it doesn't seem t
give me what I need so I am expecting to have to maintain an inde
which will refer to the current paragraph which is to be checke
against and then another index of the following paragraphs to incremen
as each onme is tested against the current paragraph? I have also trie
to fish my way through the locals window to see if I can find
reference in there but without sucess so far...
I'm not looking for code or anything, just your thoughts on how I coul
do this...
Many thanks for your time,
Best regards,
Da