Description and Format of Error Messages

There are three types of error messages:

These error messages have the following format.

<C:\IPFC\YOURFILE.IPF:999> 124: Invalid tag in footnote [ ]
 └──┬───┘└────┬─────┘ └┬┘  └┬┘  └──┬──────────────────┘ └┬┘
    │         │        │    │      │                     │
    │         │        │    │      │              Optional error
    │         │        │    │      │                information.
    │         │        │    │      │              Tag, filename, etc.
    │         │        │    │      │
    │         │        │    │      └── Error message
    │         │        │    │
    │         │        │    └── Error code
    │         │        │
    │         │        └── Line number in source file
    │         │                where error occurred
    │         │
    │         └── Filename of source file
    │
    └── Drive and path of source file


[Back: Compiler Error Messages]
[Next: Warning Level 1 Messages]