home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / rexx / 903 < prev    next >
Encoding:
Text File  |  1992-09-07  |  868 b   |  19 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!UCSFVM.BITNET!GOMBERG
  3. Message-ID: <REXXLIST%92090516060285@UGA.CC.UGA.EDU>
  4. Newsgroups: comp.lang.rexx
  5. Date:         Sat, 5 Sep 1992 12:56:47 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 Sat,
  10.               5 Sep 1992 15:44:05 -0400 from <dsr@LNS598.TN.CORNELL.EDU>
  11. Lines: 6
  12.  
  13. On Sat, 5 Sep 1992 15:44:05 -0400 cultural elite said:
  14. >PARSE EXPAND is not such a simple solution, as in some situations it will
  15. >require tracking both the expanded and unexpanded copies of input lines.
  16.  
  17. No it wouldn't.  Why would it?   PARSE EXPAND VALUE psrc WITH template means
  18. the same as $temp=expand(psrc); PARSE VAR $temp template  , right?
  19.