The configurations may contain some modifiers to tell the editor which file to open and at which line and column.
- The %f modifier refers to the name of the file (including path and extension) where the error has been detected.
- The %l modifier refers to the line number where the message has been detected.
- The %c modifier refers to the column number where the message has been detected.
CAUTION:
The %l modifier can only be used with an editor which can be started with a line number as a parameter. This is not the case for WinEdit version 3.1 or lower or for the Notepad. When you work with such an editor, you can start it with the filename as a parameter and then select the menu entry Go to to jump on the line where the message has been detected. In that case the editor command looks like: C:\WINAPPS\WINEDIT\Winedit.exe %f
Note: Check your editor manual to define the command line which should be used to start the editor.