MadCompie:
--------------------------------------------------------------------------------
Hi, seems like a string does not terminate correctly anymore.
COBOL syntax ; only if the last " is set in column 72.

ex.

123456789012345678901234567890123456789012345678901234567890123456789012
       PARAGRAPH-1.
           MOVE "This is a very very very very very very large string !"
             TO VARIABLE-1.

everything after the last " is treated like the rest of the string literal
unless somewhere a new beginning " is found in some other line...

if the last " is positioned at column 71 or less : no problem
--------------------------------------------------------------------------------


If you use Cobol in Free Format, try to configure "End of code"=120 (or greater)
in Settings/Highlighters Settings/COBOL/Specification, for me this works fine!

-- 
<http://forum.pspad.com/read.php?6,62659,62908>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem