FUNL0032 Program too large to run.

From m204wiki
Revision as of 13:41, 19 April 2013 by DmeWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The compiled FUEL program would compile to more than 4 megabytes of object code. This is the current absolute size limit for compiled FUEL programs. Try to eliminate un-necessary statements, convert IF/ELSEIF/ELSE clauses to SELECT clauses or try to split the program into multiple programs.