home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!swrinde!sdd.hp.com!hp-cv!ogicse!flop.ENGR.ORST.EDU!gaia.ucs.orst.edu!umn.edu!noc.msc.net!uc.msc.edu!apctrc!zkdc05
- From: zkdc05@trc.amoco.com (Kelly D. Crawford)
- Newsgroups: comp.lang.fortran
- Subject: Re: Real Programmers
- Message-ID: <1992Dec16.095723@trc.amoco.com>
- Date: 16 Dec 92 15:57:23 GMT
- Article-I.D.: trc.1992Dec16.095723
- References: <1992Dec15.170343.10342@craycos.com> <DODD.92Dec16060307@mycenae.cchem.berkeley.edu>
- Sender: usenet@trc.amoco.com
- Organization: Amoco Production Company, Tulsa Research
- Lines: 26
- Originator: zkdc05@church
-
-
- > so are we agreed that the final version would be the following?
- >
- > 85367 FORMAT(100(3H:-))/22HFOR THE HUMOR-IMPARED.)
- > WRITE(6,85367)
-
- Since we need that carriage control character, how about this:
-
- 85367 FORMAT(10000(4H+:-)/)/24H+FOR THE HUMOR-IMPAIRED.)
- WRITE(6,85367)
-
- The + as a carriage control means don't skip to the next line.
-
- Plus, since we are dealing with equipment superior to what we have today,
- then we probably will read this printout on a paper printer. I've upped the
- number from 100 to 10000 so we can beat the printer and paper silly...
-
- Kelly
-
- (By the way, this compiles and runs, but my stupid old Sparc doesn't know
- that it shouldn't skip lines...)
- --
- Kelly D. Crawford | Amoco Production Research | These are my own
- kcrawford@trc.amoco.com | 4502 East 41st Street | opinions, not
- phone: (918) 660-4043 | Tulsa, OK 74102 | Amoco's...
- >>> *** This line intentionally left blank *** <<<
-