FUNL0035 Too many nesting levels.: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
 Created page with "The FUEL program contains a nesting level deeper than 256. This is the current absolute nesting limit for compiled FUEL programs. Try to convert nested IF clauses to IF/ELSEIF/EL..."  | 
				 Automatically generated page update  | 
				||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
The FUEL program contains a nesting level deeper than 256. This is the current absolute nesting limit for compiled FUEL programs. Try to convert nested IF clauses to IF/ELSEIF/ELSE clauses.  | The FUEL program contains a nesting level deeper than 256. This is the current absolute nesting limit for compiled FUEL programs. Try to convert nested IF clauses to IF/ELSEIF/ELSE clauses.  | ||
[[Category:Fast/Unload   | [[Category:Fast/Unload messages]]  | ||
Latest revision as of 13:41, 19 April 2013
The FUEL program contains a nesting level deeper than 256. This is the current absolute nesting limit for compiled FUEL programs. Try to convert nested IF clauses to IF/ELSEIF/ELSE clauses.