The backslash is probably an extension to keep the cursor on the same. You
can achieve that by using advance='no' in the write statement.
Note that some compilers may require a flush statement to actually make the
text visible.
Regards,
Arjen
Op za 27 aug. 2022 15:19 schreef Lars G Golmen :
>
>
Hello
I have an old, small Fortran 4 program doing some statistics on time series:
Aandstat.
The .EXE file ran on 32 bits PC with like XP-OS, but not anymore on 64 bits.
A colleague on mine tried compile the attached code in gfortran.
The gfortran compilation gave a couple of error messages, gfo