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.
Duplicate label (ERR: 33)
■ Two program lines were assigned the same number or label.
Each line number or label in a module must be unique.
■ Possible solutions:
• Delete the highlighted item and specify a unique line
label or line number.
• Check all SUB and FUNCTION procedure definitions in the
module, as well as the module-level code, for the
duplicate label; when it is found, rename or delete.
■ In the programming environment, use the Find command from
the Search menu to locate the SUB and FUNCTION procedure
definitions.
■ If you need additional help, move the cursor to a keyword
and press F1 to open the Help window.