bas7ener.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.
Subprogram not defined
This error can occur because of one of these situations:
  ■ You have a label defined within a SUB or FUNCTION
    procedure or DEF FN function and you try to branch to
    the label from outside that procedure or function.
  ■ You have a RETURN statement, with a target line number
    or line label, within a SUB or FUNCTION procedure.
  ■ You use the STATIC statement outside a SUB or FUNCTION
    procedure or DEF FN function, or you use the SHARED
    statement outside a SUB or FUNCTION procedure.
  ■ You place a RUN statement, with no filename, within a
    SUB or FUNCTION procedure or DEF FN function.
 
ERR code: 35