PRIMER 22.1

Merging Models Containing Clashing Character Labels

Merging Models Containing Clashing Character Labels

If clashing character labels are found when merging models PRIMER will try to fix the clash by:

  • if the name ends with '_<number>' then read the number, increment by one and replace '_<number> 'with '_<number+1>'.
  • otherwise append '_1' onto the name
  • repeat until a non clashing name is found
  • if the name is longer than 8 characters, strip off the last character in the name (after stripping off any '_<number>') and repeat the process.

More details on model merge are available in MODEL > MERGE.