0309: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
m (1 revision)
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Error
{{Error
|0309
|0309
|Illegal nesting of [[DEF]]
|Illegal nesting of [[Def]]
|#The program illegally nests DEF statements; one user-defined function cannot be contained within another.
|#The program illegally nests DEF statements; one [[user-defined function]] cannot be contained within another.
#possibly [[line numbers]] out of order
#possibly [[line numbers]] out of order
|#Eliminate nested DEF statements.
|#Eliminate nested Def statements.
#renumber the non consecutive line numbers
#renumber the non consecutive line numbers
}}
}}
[[Category:Error Codes]]
[[Category:Error Codes]]

Latest revision as of 19:25, 19 May 2014

Summary:

Illegal nesting of Def

Cause:

  1. The program illegally nests DEF statements; one user-defined function cannot be contained within another.
  2. possibly line numbers out of order

Remedy:

  1. Eliminate nested Def statements.
  2. renumber the non consecutive line numbers