home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / fortran / 3449 < prev    next >
Encoding:
Text File  |  1992-09-08  |  757 b   |  23 lines

  1. Newsgroups: comp.lang.fortran
  2. Path: sparky!uunet!noc.near.net!wpi.WPI.EDU!coal.WPI.EDU!llew
  3. From: llew@coal.WPI.EDU (Lok C. Lew Yan Voon)
  4. Subject: Output
  5. Message-ID: <Bu4r1H.95A@wpi.WPI.EDU>
  6. Sender: news@wpi.WPI.EDU (USENET News System)
  7. Nntp-Posting-Host: coal.wpi.edu
  8. Organization: Worcester Polytechnic Institute
  9. Date: Sun, 6 Sep 1992 00:08:05 GMT
  10. Lines: 11
  11.  
  12.  
  13. I'd like to be able to output an integer (a count) + a dash on the screen
  14. everytime a given subroutine is exited. The tricky part is that
  15. the characters have to be on the same line; e.g.,
  16.  
  17.     1-2-3-4
  18.  
  19. Can this be done using Unix Fortran? I believe this is easily done
  20. with either C or VAX Fortran (I remember vaguely using '+' in a format
  21. statement). Obviously, I'm looking for real-time output.
  22.  
  23.