Re: Newline (linefeed) suppress.



In article <dtnhc8$auq$1@xxxxxxxxxxxxx>, Dishanker Rajakulendren
<dishankr@xxxxxxxxxxxx> writes:

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.

In F95 there is this: WRITE(*.FMT=?(A)?,ADVANCE=?NO?)

Consider getting a newsreader which posts "'" instead of "?".

.