home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / fortran / 4767 < prev    next >
Encoding:
Internet Message Format  |  1992-12-16  |  1.5 KB

  1. 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
  2. From: zkdc05@trc.amoco.com (Kelly D. Crawford)
  3. Newsgroups: comp.lang.fortran
  4. Subject: Re: Real Programmers
  5. Message-ID: <1992Dec16.095723@trc.amoco.com>
  6. Date: 16 Dec 92 15:57:23 GMT
  7. Article-I.D.: trc.1992Dec16.095723
  8. References: <1992Dec15.170343.10342@craycos.com> <DODD.92Dec16060307@mycenae.cchem.berkeley.edu>
  9. Sender: usenet@trc.amoco.com
  10. Organization: Amoco Production Company, Tulsa Research
  11. Lines: 26
  12. Originator: zkdc05@church
  13.  
  14.  
  15. > so are we agreed that the final version would be the following?
  16. > 85367 FORMAT(100(3H:-))/22HFOR THE HUMOR-IMPARED.)
  17. >       WRITE(6,85367)
  18.  
  19. Since we need that carriage control character, how about this:
  20.  
  21. 85367 FORMAT(10000(4H+:-)/)/24H+FOR THE HUMOR-IMPAIRED.)
  22.       WRITE(6,85367)
  23.  
  24. The + as a carriage control means don't skip to the next line.
  25.  
  26. Plus, since we are dealing with equipment superior to what we have today,
  27. then we probably will read this printout on a paper printer.  I've upped the
  28. number from 100 to 10000 so we can beat the printer and paper silly...
  29.  
  30. Kelly
  31.  
  32. (By the way, this compiles and runs, but my stupid old Sparc doesn't know
  33. that it shouldn't skip lines...)
  34. -- 
  35. Kelly D. Crawford             | Amoco Production Research | These are my own
  36. kcrawford@trc.amoco.com       | 4502 East 41st Street     | opinions, not
  37. phone: (918) 660-4043         | Tulsa, OK  74102          | Amoco's...
  38.           >>> *** This line intentionally left blank *** <<<
  39.