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%92090620582680@UGA.CC.UGA.EDU>
- Newsgroups: comp.lang.rexx
- Date: Sun, 6 Sep 1992 17:56:46 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 Sun,
- 6 Sep 1992 22:39:49 GMT from <martinc@GROVER.CS.UNC.EDU>
- Lines: 8
-
- Could you show the code you find to be unobvious as to interpretation?
-
- PARSE EXPAND VALUE 'ab¢tcd' WITH what?
-
- To me this means (assuming in the particular OS that ab¢tcd is the same
- as ab cd (tab to column 9)
-
- PARSE EXPAND VALUE 'ab cd' WITH the same thing. Dave
-