home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / rexx / 913 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.6 KB

  1. Path: sparky!uunet!gatech!concert!borg!news_server!martinc
  2. From: martinc@grover.cs.unc.edu (Charles R. Martin)
  3. Newsgroups: comp.lang.rexx
  4. Subject: Re: Blanks, REXX, and portability...
  5. Message-ID: <MARTINC.92Sep6222925@grover.cs.unc.edu>
  6. Date: 7 Sep 92 02:29:25 GMT
  7. References: <REXXLIST%92090620541504@UGA.CC.UGA.EDU>
  8. Sender: news@cs.unc.edu
  9. Organization: UNC Department of Computer Science
  10. Lines: 21
  11. In-reply-to: GOMBERG@UCSFVM.BITNET's message of 7 Sep 92 00:53:16 GMT
  12.  
  13. In article <REXXLIST%92090620541504@UGA.CC.UGA.EDU> GOMBERG@UCSFVM.BITNET (Dave Gomberg) writes:
  14.  
  15.    I certainly did not understand what you meant correctly.  I thot that
  16.    a shouldn't match b or c to mean a shouldn't match b and a shouldn't
  17.    match c.   If I understand what you meant, you meant a shouldn't
  18.    match b or else a shouldn't match c.  If the latter is what you mean,
  19.    I just don't understand your point, so I cannot agree or disagree with
  20.    it.  Perhaps you could restate it??   Dave
  21.  
  22. sure: the position operator should match the true characters: pos("a b"...) 
  23. should hit on the substring "a<blank>b" in the target, not on the
  24. substring "a<tab>b".
  25. --
  26. Charles R. Martin/(Charlie)/martinc@cs.unc.edu/(ne crm@cs.duke.edu) 
  27. O/Dept. of Computer Science/CB #3175 UNC-CH/Chapel Hill, NC 27599-3175
  28. H/3611 University Dr #13M/Durham, NC 27707/(919) 419 1754
  29. ----------------------------------------------------------------------
  30. "I am he who walks the States with a barb'd tongue, questioning every
  31. one I meet,/Who are you that wanted only to be told what you knew
  32. before?/ Who are you that wanted only a book to join you in your
  33. nonsense?"  _Leaves of Grass_ xxiii.4.
  34.