FUNL0068 Unmatched quotes in (statement) statement.: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
 
Line 1: Line 1:
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 ''''THAT''S LIFE''''.
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 ''''THAT''S LIFE''''.


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

Latest revision as of 13:41, 19 April 2013

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'.