home *** CD-ROM | disk | FTP | other *** search
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
- Path: sparky!uunet!paladin.american.edu!auvm!UCSFVM.BITNET!GOMBERG
- Message-ID: <REXXLIST%92090516060285@UGA.CC.UGA.EDU>
- Newsgroups: comp.lang.rexx
- Date: Sat, 5 Sep 1992 12:56:47 PDT
- Sender: REXX Programming discussion list <REXXLIST@UGA.BITNET>
- From: Dave Gomberg <GOMBERG@UCSFVM.BITNET>
- Subject: Re: Blanks, REXX, and portability...
- In-Reply-To: Message of Sat,
- 5 Sep 1992 15:44:05 -0400 from <dsr@LNS598.TN.CORNELL.EDU>
- Lines: 6
-
- On Sat, 5 Sep 1992 15:44:05 -0400 cultural elite said:
- >PARSE EXPAND is not such a simple solution, as in some situations it will
- >require tracking both the expanded and unexpanded copies of input lines.
-
- No it wouldn't. Why would it? PARSE EXPAND VALUE psrc WITH template means
- the same as $temp=expand(psrc); PARSE VAR $temp template , right?
-