qperr.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Error Message
 
Error 25:  Identifier or label already defined
 
This name is already defined as having a different value
or meaning.
 
Identifiers within the same scope must be unique. One
name can refer only to one data type, one procedure, one
function, etc. A label can be defined only once. A label
may not be defined twice in the same program.
 
Give this identifier a new name, or rename the previous
one that uses this same name. Change the current label or
the previous label with the same name or number.