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

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!UCSFVM.BITNET!GOMBERG
  3. Message-ID: <REXXLIST%92091515561230@UGA.CC.UGA.EDU>
  4. Newsgroups: comp.lang.rexx
  5. Date:         Tue, 15 Sep 1992 12:49:48 PDT
  6. Sender:       REXX Programming discussion list <REXXLIST@UGA.BITNET>
  7. From:         Dave Gomberg <GOMBERG@UCSFVM.BITNET>
  8. Subject:      Re: Expressions in compound variables (was Re: NOVALUE)
  9. In-Reply-To:  Message of Tue,
  10.               15 Sep 1992 15:33:20 EDT from <ophof@SERVER.UWINDSOR.CA>
  11. Lines: 7
  12.  
  13. Wait, Scott, this isn't FORTRAN subscripting.  What if I want a
  14. reference to A3.  Can I code: I=3;  X=A(I)  ?   Why not?  This is
  15. where the REXX committee fell apart in its determination.  We
  16. understand the desire for inplace expressions, but felt in the
  17. end that VALUE was a small enough price.  There you would have:
  18. I=3; X=VALUE('A'I).  And there is now a pseudovariable as well.
  19. How is that so terrible?      Dave
  20.