FUNL0037 END (token1) expected but (token2) (token3) was found.: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
 
Line 1: Line 1:
The ''[[Fast/Unload]]'' compiler was expecting a particular kind of END statement and instead got something else. An example is a FUEL program with an IF clause terminated with an END FOR statement. Verify the nesting levels in your FUEL program and correct it to contain the appropriate END statement.
The ''[[Fast/Unload]]'' compiler was expecting a particular kind of END statement and instead got something else. An example is a FUEL program with an IF clause terminated with an END FOR statement. Verify the nesting levels in your FUEL program and correct it to contain the appropriate END statement.


[[Category:Fast/Unload Messages]]
[[Category:Fast/Unload messages]]

Latest revision as of 13:41, 19 April 2013

The Fast/Unload compiler was expecting a particular kind of END statement and instead got something else. An example is a FUEL program with an IF clause terminated with an END FOR statement. Verify the nesting levels in your FUEL program and correct it to contain the appropriate END statement.