Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Stridx

    Fortran equivalent of the GotoXY in pascal

    Wow, thanks, that code is exactly what I am looking for! Compiled right-out-of-the-box so to speak, just had to remove the "&" sign and make it one longer line. I think I get the sequencing now, thanks once again. Anders
  2. Stridx

    Fortran equivalent of the GotoXY in pascal

    Great - that worked. Thank you! I think I get it now, seems to work fine, I just can't figure out how to move the cursor up a number of lines, only backwards on the same line. I think I will look some more into that.
  3. Stridx

    Fortran equivalent of the GotoXY in pascal

    How do I make it 'print' the ANSI sequence? I've tried Print*, ESC[2J and [B]WRITE (*,*) ESC[2J[/B Is there another way? Thanks, Anders
  4. Stridx

    Fortran equivalent of the GotoXY in pascal

    Hello, I've been doing programs in the Pascal and Qbasic and I've picked up doing alot of Fortran lately (been using it previously aswell). For output to the screen, I use the Print or Write commands normally. This is in a non-graphic enviroment, by the way. (Like DOS or Linux without X). These...

Part and Inventory Search

Back
Top