N
Nora
Hi,
I'm trying to write code that will accept all insertions
and reject all deletions automatically after comparing
and merging documents. Right now, my code compares and
merges the documents. So I have a final document with
all kinds of insertions and deletions, etc.
The only way I can code it right now is to accept all
changes or reject all changes, but I need to to do accept
some and reject others.
Any suggestions would be much appreciated!
Thanks in advance!
I'm trying to write code that will accept all insertions
and reject all deletions automatically after comparing
and merging documents. Right now, my code compares and
merges the documents. So I have a final document with
all kinds of insertions and deletions, etc.
The only way I can code it right now is to accept all
changes or reject all changes, but I need to to do accept
some and reject others.
Any suggestions would be much appreciated!
Thanks in advance!