When you mark up text on pages, the field name definitions are saved in a file with extension .EE which uses the same name as the input file. This can be imported into another print file and used to extract the text at the same positions on the page. The previous version of any .EE field definition file is saved as .~EE for backup purposes.
When a file is opened, a search is made for its field definition file using the following order of priority:
| ii. | a file with the same name as the input file but with extension ".EE". If the .EE file cannot be found: |
| iii. | the file specified by the FIELDDEF symbol in the PCLVIEW section of the INI file. If this symbol has not been set, then: |
| iv. | a file called DEFAULT.EE in the same folder as the input file is used. |
However, the field definition file can be specified explicitly on the command line, e.g.
ESCAPEE DATA.PCL/FIELDS MYFIELDS.EE
|