0307: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
m (1 revision)
 
(No difference)

Latest revision as of 17:46, 28 June 2013

Summary:

Inactive user defined function

Cause:

Attempt to assign a value to a user-defined function that is not active.

Remedy:

Correct the program. The most likely cause is a GOTO to the middle of a user-defined function. A FN Variable cannot be assigned unless the user-defined function it names has been called and the FNEND has not yet been encountered.