FUNL0010 Unmatched quotes in input data.

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

A quote was found in the input program (FUNIN) without a corresponding close quote. Correct the statement so that all quotes have a matching close quote. Note that if you wish to place a quote character in a literal string you should double the quote. For example, to place the literal THAT'S LIFE in a FUEL program you must code it as 'THATS LIFE'.