MESSAGES
Function
-WmsgFonp<string>
<string>: format string (see below)
-WmsgFonp"%"%f%e%": %K %d: %m\n"
None
None
Sometimes there is no position information available for a message (e.g., if a message not related to a certain position). Then the message format string defined by <string> is used. The following table lists the supported formats.
| Format | Description | Example |
|---|---|---|
| %K | Uppercase kind | ERROR |
| %k | Lowercase kind | error |
| %d | Number | C1815 |
| %m | Message | text |
| %% | Percent | % |
| \n | New line | |
| %" | A " if the filename, if the path or the extension contains a space | |
| %' | A ' if the filename, the path, or the extension contains a space |
-WmsgFonf"%k %d: %m\n"
Produces a message in following format:
information L10324: Linking successful
ERRORFILE: Error filename Specification
Compiler options: