Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!romp!auschs!awdprime!heyman.austin.ibm.com!jerry From: jerry@heyman.austin.ibm.com (Jerry Heyman) Newsgroups: comp.lang.fortran Subject: Re: please tell me how to print to the same location on screen no CR/LF Message-ID: <5371@awdprime.UUCP> Date: 15 Feb 91 16:52:11 GMT References: <59986@eerie.acsu.Buffalo.EDU> Sender: news@awdprime.UUCP Organization: IBM Austin, TX Lines: 35 In article <59986@eerie.acsu.Buffalo.EDU> v087mxgb@ubvmsa.cc.buffalo.edu writes: |> |>Hello all, |>I have a question...... |>I am printing a series of messages that say: |> |>Processing number 1 |>Processing number 2 |>processing number 3 |>etc...... |> |>Now, when I am processing many hundreds of numbers, this looks |>kinda kludgy. Is there a way, using standard F77 (*NO* extensions) |>to have it merely overwrite the number at the same location??? |> As far as I know, there are NO screen directives defined in F77. If you want to draw on a screen (other than using it as the default printer), you would probably have to make use of system calls that are linked into your F77 program by the loader/linker. The only other possible exception is if the carriage-control character of '+' (a plus sign) is supported for the screen. On a paper printer, the '+' says don't do a newline, only a carriage-return. Experimentation with the '+' should be able to tell you if it will foot the bill. |>Shawn Thompson |>v087mxgb@ubvms.cc.buffalo.edu jerry heyman -- Jerry Heyman IBM T-R: jerry@heyman.austin.ibm.com AWD Tools Development VNET : HEYMAN at AUSVMQ AWD Austin T/L : 793-3962 *** All opinions expressed are exactly that - my opinions and NOT IBM's