home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / rexx / 817 < prev    next >
Encoding:
Text File  |  1992-08-29  |  1.2 KB  |  27 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!gatech!paladin.american.edu!auvm!UCSFVM.BITNET!GOMBERG
  3. Message-ID: <REXXLIST%92082812454006@UGA.CC.UGA.EDU>
  4. Newsgroups: comp.lang.rexx
  5. Date:         Fri, 28 Aug 1992 09:41:50 PDT
  6. Sender:       REXX Programming discussion list <REXXLIST@UGA.BITNET>
  7. From:         Dave Gomberg <GOMBERG@UCSFVM.BITNET>
  8. Subject:      Re: Blanks, REXX, and portability...
  9. In-Reply-To:  Message of Fri,
  10.               28 Aug 1992 13:40:19 GMT from <TDTRUE@PUCC.PRINCETON.EDU>
  11. Lines: 14
  12.  
  13. There are really four questions:
  14.  
  15. 1. How do we seperate words?
  16. 2. How do we save disk space?
  17. 3. How do we save typist hassle?
  18. 4. How do we make our printed output look nice?
  19.  
  20. I claim we ought, on this list, to address only 1.  The others belong on
  21. the operating system, disk management, word processing, and desktop
  22. publishing lists.  From the perspective of question one alone, the answer
  23. is obvious, with a blank.  And just a blank (or two).  And that is what
  24. TRL documents.  If your OS has let considerations leak from questions 2-4
  25. into question 1, that is a fault in the design of that system.  Nothing
  26. on this planet is perfect, least of all mis-designed operating systems.
  27.