FUNL0037 END (token1) expected but (token2) (token3) was found.

From m204wiki
Revision as of 16:50, 9 November 2010 by 198.242.244.47 (talk) (Created page with "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 a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.