Re: Newline (linefeed) suppress.



Dishanker Rajakulendren wrote:
Phillip Helbig---remove CLOTHES to reply wrote:

What option do I have in F77 to stop write(*,*) from adding a newline after an output.


None in standard Fortran. In (widely imitated) VAX Fortran, check out the $ edit descriptor.


This works using ifort in GNU/Linux. Thanks.

ADVANCE='no' should also work on ifort. I'm surprised that it doesn't; what command-line options are you using?

cheers,

Rich
.