FUNL0068 Unmatched quotes in (statement) statement.: Difference between revisions
Jump to navigation
Jump to search
(Created page with "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...") |
(Automatically generated page update) |
||
(One intermediate revision by one other user not shown) | |||
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 | [[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'.