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