home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / rexx / 1303 < prev    next >
Encoding:
Text File  |  1992-11-07  |  634 b   |  21 lines

  1. Newsgroups: comp.lang.rexx
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!pacbell!varian!csbvax!kevin
  3. From: kevin@csbvax.uucp (Kevin Myers)
  4. Subject: varible assignment question
  5. Message-ID: <1992Nov5.150603.12549@varian.com>
  6. Sender: news@varian.com (USENET News System)
  7. Organization: Varian Associates
  8. Date: Thu, 5 Nov 92 15:06:03 GMT
  9. Lines: 10
  10.  
  11.  
  12.     Platform: OS/2 2.0 PMREXX
  13.  
  14.     I have a question that doesn't appear in the faq.
  15.     Can I assign the output of some command to a variable.
  16.     In unix shell I use myvar=`mycommand` which runs mycommand
  17.     and assignes sdtout to the variable myvar. Can this be
  18.     done in REXX?
  19.  
  20.         kevin@varian.com
  21.