0202

From BR Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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