bas7ener.hlp (Topic list)
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