0202

From BR Wiki
Revision as of 17:46, 28 June 2013 by Laura (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary:

Function not active

Cause:

  1. An FNEND statement was encountered when no function was active.
  2. A Function called a GOSUB and attempted to exit the function (via FNEND) before returning from the gosub

Remedy:

  1. Fix the program so that the FNEND statement is encountered only when a function is active.
  2. Repair the faulty logic, make sure there is no way out of your gosub except by RETURN