0202

From BR Wiki
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