COMP Compare

F=ntr 'str1'='str2' [:'str1'='str2'] [...]

Comparing two libraries or file lists: Name Transformation Rules can be given that will determine how a name from the first file list (library) will be matched to a name from the second file list (library). For the standard case (no entry in "Compare-Fields" field), the names to be to be matched must be identical.

The names of the files or libraries in the (name1) file list, or the names of the elements of library (name1) are searched for the presence of character string 'str1', and replaced by 'str2'. The new name thus constructed is then sought in the file list (name2), or library name2, respectively.

Name 1 can be prefixed by ''='str2'.

Name 1 can be suffixed by '_'='str2'.

If 'str1' does not appear in Name 1, no substitution by 'str2' will take place, and Name 1 will be sought unchanged in file list 2 or library 2 respectively. Multiple transformation rules in the form 'str1'='str2' can be entered. A colon ':' should be used as a delimiter. Multiple transformation rules will be applied in turn to each Name.

Standard: no Name Transformation Rules. Names must match exactly.