The configuration must contain modifiers that instruct the editor which file to open and at which line.
- The %f modifier refers to the name of the file (including path) where the message is detected.
- The %l modifier refers to the line number where the message is detected.
- The %c modifier refers to the column number where the message is detected.
Note: The %l modifier can only be used with an editor which is started with a line number as a parameter, except when working with WinEdit version 3.1 or lower or with Notepad. When working with these editors, start the editor 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 check the editor manual for the command line definition for starting the editor.