home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / rexx / 950 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.9 KB  |  45 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!gatech!paladin.american.edu!auvm!LNS598.TN.CORNELL.EDU!DSR
  3. X-Delivery-Notice:  SMTP MAIL FROM does not correspond to sender.
  4. X-Mts: smtp
  5. Message-ID: <9209081632.AA02463@lns598.TN.CORNELL.EDU>
  6. Newsgroups: comp.lang.rexx
  7. Date:         Tue, 8 Sep 1992 12:32:48 -0400
  8. Sender:       REXX Programming discussion list <REXXLIST@UGA.BITNET>
  9. From:         cultural elite <dsr@LNS598.TN.CORNELL.EDU>
  10. Subject:      Re: Blanks, REXX, and portability...
  11. Comments: To: General REXX Language Discussion List
  12.               <REXXLIST@ucf1vm.cc.ucf.edu>
  13. In-Reply-To:  Your message of "Sun, 06 Sep 92 22:32:37 PDT."
  14. Lines: 29
  15.  
  16. Dave Gomberg <GOMBERG@UCSFVM.BITNET> writes:
  17. >Well, the Unix folks have rather dug themselves a hole on that one,
  18. >haven't they, Charlie.  It's not just a question of parse, what about
  19. >substr, or left/right.
  20.  
  21. What about them?  I would think substr(), left() and right() would be
  22. unaffected.
  23.  
  24. >They will have the same problem.  I guess we
  25. >could say that just because c=a||b doesn't mean expand(c)=expand(a)||
  26. >expand(b).  But we knew that already.  And your parse example is just
  27. >this problem in another guise.  In fact, the Unix folks have a worse
  28. >problem.  You can have c=a||b, but pos(a,c)=0!  Wow!  I don't think
  29. >I want that in MY os.  But there is no accounting for taste!   I would
  30. >really like Anders (I assume the first letter is in fact capitalized)
  31. >and other Unix types to say if they can stand it that:
  32. >
  33. >    c=a||b;  say pos(a,c)
  34. >
  35. >would say 0?  It is not what I mean by REXX.  Sorry this rambles so.  Dave
  36.  
  37. Ok, call me blind, I but I can't see this hole I seem to be in.  You'll
  38. have to explain how you get c=a||b; pos(a,c)=0 out of any sensible
  39. proposal.
  40.  
  41. --
  42. Dan Riley                          Internet:   dsr@lns598.tn.cornell.edu
  43. Wilson Lab, Cornell University     HEPNET/SPAN: lns598::dsr (44630::dsr)
  44.      "Maybe, leastways is the best way of all" -Caterwaul
  45.