Hi
I am using multi line format statements. The file format is fixed because this is a legacy code. Example statement is given below
18 FORMAT(/78HTHIS IS MY LINE IN THE OLD CODE WHICH GOES ON FOR THE 1RIGHT SIDE OF TWO LINES.)
Such a statement is causing errors as follows: Unknown edit descriptor 'R', or missing comma
This is happening in all multiline FORMAT statements. The code is compiling fine in other FORTRAN compilers.
Can someone throw some light on this ?
Thanks Abhishek