0306

From BR Wiki
Jump to navigation Jump to search

Summary:

FnEnd not matched with Def in program structure

Cause:

An FnEnd occurred without a preceding Def statement or in a programming structure such as a For/Next loop or a GoSub.

Remedy:

Match the FnEnd with a Def statement; remove the user-defined function from the programming structure.