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

From m204wiki
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..."
 
m 1 revision
(No difference)

Revision as of 17:48, 9 November 2010

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