home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / rexx / 834 < prev    next >
Encoding:
Internet Message Format  |  1992-08-30  |  1.9 KB

  1. Path: sparky!uunet!van-bc!rsoft!agate!ames!haven.umd.edu!darwin.sura.net!gatech!bloom-beacon!eru.mt.luth.se!lunic!sunic!sejnet.sunet.se!eric
  2. From: eric@sejnet.sunet.se (Eric Thomas)
  3. Newsgroups: comp.lang.rexx
  4. Subject: Re: Eric's question
  5. Message-ID: <1992Aug29.233631.1@sejnet.sunet.se>
  6. Date: 29 Aug 92 23:36:31 GMT
  7. References: <ANDERS.92Aug29050537@lise3.lise.unit.no> <1992Aug29.163731.1@sejnet.sunet.se> <ANDERS.92Aug29194248@lise3.lise.unit.no>
  8. Sender: news@sunic.sunet.se
  9. Reply-To: ERIC@SEARN.SUNET.SE
  10. Organization: SUNET, Stockholm, Sweden
  11. Lines: 25
  12.  
  13. In article <ANDERS.92Aug29194248@lise3.lise.unit.no>, anders@lise3.lise.unit.no (Anders Christensen) writes:
  14. >>             Parse var data a b . ' A('c')' d
  15. > You use a Space character in the pattern to denote a whitespace.
  16.  
  17. If my space matches a tab, how do I do when I *have* to match a space, and only
  18. a space? I suppose I can't. I suppose we are back to the typical unix situation
  19. where strings that contain arbitrary characters cannot be manipulated with the
  20. standard functions provided by the language, and where you have to implement
  21. your own set of routines for such purposes.
  22.  
  23. > OK, then your program will continue to work on the CMS machine, since
  24. > the assumptions it makes are correct in that environment.
  25. > If you move to Unix machine, then you want to write the rexx script
  26. > from scratch (that's how I understand your 'No'). Then you should use a
  27. > dataformat more suitable for the Unix environment.
  28.  
  29. What a pathetic conclusion - "if you can't do it, it means you shouldn't do it
  30. this way, and not that something is wrong". But again you forgot what I wrote
  31. at the very beginning of the articles you are quoting: FORGET THE NAMES FILE!
  32. The question is not about data formats for personal alias files, it's about
  33. having a usable language. If "search" functions interpret blanks as "any white
  34. space", how can I make a search on a binary key which happens to contain a $20?
  35.  
  36.   Eric
  37.