FUNL0035 Too many nesting levels.: Difference between revisions

From m204wiki
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..."
 
m 1 revision
(No difference)

Revision as of 17:48, 9 November 2010

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.