Yes, the solution that I provided should do that. Notice that the contents of fmtlib1 and fmtlib2 get combined in the MERGE, so both get used to regenerate fmtlib1. It is possible that this won't work, depending on how the additional entries mesh together. For example: In fmtlib1, fmtnm1 contains this range: 20 - 30 = 'Medium' In fmtlib2, fmtnm1 contains this range: 25 - 35 = 'Medium' That's why you need to run the program and see if it works. And as forewarned, make copies of the two format libraries first. Good luck.
... View more