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

  1. Newsgroups: comp.lang.rexx
  2. Path: sparky!uunet!noc.near.net!ns.draper.com!news.draper.com!MVS.draper.com!SEB1525
  3. From: SEB1525@MVS.draper.com (Steve Bacher)
  4. Subject: Re: Blanks, REXX, and portability...
  5. Message-ID: <19920831192937SEB1525@MVS.draper.com>
  6. Sender: MVS NNTP News Reader <NNMVS@MVS.draper.com>
  7. Nntp-Posting-Host: mvs.draper.com
  8. Organization: Draper Laboratory
  9. References: <1992Aug27.175521.1@sejnet.sunet.se>
  10. Date: Tue, 1 Sep 1992 00:29:00 GMT
  11. Lines: 16
  12.  
  13. In article <1992Aug27.175521.1@sejnet.sunet.se>,
  14. eric@sejnet.sunet.se (Eric Thomas) writes:
  15.  
  16. >...        you have no way in the language to halt on just a SPACE when you
  17. >need to do that. ...
  18.  
  19. There's always
  20.  
  21.  parse var something foo " " bar " " baz
  22.  
  23. Of course, this only works for data separated by single spaces.
  24. Multiple spaces are still a problem.
  25.  
  26. --
  27. Steve Bacher (Batchman)                 Draper Laboratory
  28. Internet: seb@draper.com                Cambridge, MA, USA
  29.