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.
Label not defined (ERR: 8)
■ A line label is referenced (in a GOTO statement, for
example), but does not occur in the program.
■ Possible solutions:
• Insert the appropriate line label as referenced in
a GOTO or other statement.
• If you are using the RUN statement, make sure the
label is defined at the module level in a non-form
code module. No executable statements are allowed at
the module level of a form module.
• ON...GOSUB and ON ERROR must refer to module-level
code. Use ON LOCAL ERROR to refer to an error handler
at the subroutine level.
■ If you need additional help, move the cursor to a keyword
and press F1 to open the Help window.