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

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!mips!darwin.sura.net!Sirius.dfn.de!math.fu-berlin.de!news.netmbx.de!Germany.EU.net!mcsun!corton!lri!hp10!jpr
  2. From: jpr@hp10.lri.fr (Jean-Pierre Riviere)
  3. Newsgroups: comp.lang.rexx
  4. Subject: Re: Capturing System Command Output (was: SH Backquote)
  5. Message-ID: <1992Aug19.155445@hp10.lri.fr>
  6. Date: 19 Aug 92 13:54:45 GMT
  7. References: <19920818081215SEB1525@MVS.draper.com>
  8. Sender: news@lri.fr
  9. Reply-To: jpr@hp10.lri.fr (Jean-Pierre Riviere)
  10. Organization: LRI - Univ. Paris-Sud / CNRS URA 410
  11. Lines: 23
  12. Nntp-Posting-Host: hp10
  13.  
  14. Well, I am not a specialist but whatthe hell is the "RESULT" var done for ?
  15. Would not be the better way be
  16.  
  17. "ls -l ~"
  18. dir = result
  19.  
  20. (This is the only available way to do it with arexx btw)
  21.  
  22. It's common rexx anf follows Cowlishaw's rules. (as far as I understood it...)
  23. So why are you trying to implement hassles with
  24.  
  25. dir = "ls -l ~"
  26.  
  27. and all its derivative ?
  28.  
  29. Cannot the result way be good enough for us ?
  30.  
  31. Just a reflexion from a rexx user. Nothing else.
  32.  
  33. -- 
  34.   Jean-Pierre RIVIERE
  35.   e-mail : jpr@lri.lri.fr
  36. Have a nice day...
  37.