This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Overwriting lines
- From: Rahul Gupta <rahul at physto dot se>
- To: fortran at gcc dot gnu dot org
- Date: Fri, 06 Nov 2009 20:14:41 +0100
- Subject: Overwriting lines
Hi There,
I am using gfortran for a cosmology simulation package (v 4.3.3). I have
a question which is simple and frequently asked, however none of the
suggested solutions seem to work.
I want to overwrite a line on screen. Whether I use "$" or advance="no"
with a TL (TR works fine, with the origin at whichever column the
previous line ended) statement of use "+" as my first character, I am
only able to write from where the previous line finished or next line.
Kindly suggest how to resolve this!
Best Regards
Rahul Gupta