0306: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
m (1 revision)
 
No edit summary
 
Line 2: Line 2:
|0306
|0306
|[[FnEnd]] not matched with [[Def]] in program structure
|[[FnEnd]] not matched with [[Def]] in program structure
|An FnEnd occurred without a preceding Def [[statement]] or in a programming structure such as a [[For/Next]] loop or a [[GoSub]].
|An FnEnd occurred without a preceding Def [[statement]] or in a programming structure such as a [[For]]/[[Next]] loop or a [[GoSub]].
|Match the FnEnd with a Def statement; remove the [[user-defined function]] from the programming structure.
|Match the FnEnd with a Def statement; remove the [[user-defined function]] from the programming structure.
}}
}}
[[Category:Error Codes]]
[[Category:Error Codes]]

Latest revision as of 18:31, 17 July 2013

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.