we are using BeyondCompare 4 to compare two files. Is there a way to use BeyondCompare in such way that by pressing a button only the first 6 digits are copied from file A to file B?
I do not want to copy the entire line and we need to check and review if we really want to replace the first digits. So we can't use any automatic replacement via macros.
E.g.:
FileA:
(ABCD) This is a testline
(----) This is the 2nd line
FileB:
(0000) This is not a testline
(ABCD) This is the second line
After reviewing it, the new file should be FileB with the first digits of the first line of FileA:
Result:
(ABCD) This is not a testline
(ABCD) This is the second line
Thanks in advance,