0306

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:

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.