Print

Print


On Wed, 28 Jan 2004, Alvaro Fernandez wrote:

> I suspect this has been covered before, but I am not sure.
>

> What I would like to do is to write an integer counter to the same spot on
> the screen repeatedly without moving the cursor:

>
> Using ADVANCE="NO" in the write statement merely makes the cursor go to the
> left, as in my second example - no carriage return, but I do get cursor
> motion. Is there a way to just print in the same spot?
>

fortran 90 doesn't have this feature. only portable way might be interface
with a C function.

renchi