Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!snorkelwacker!bloom-beacon!eru!luth!sunic!tut!funic!utu.fi!sutela From: sutela@utu.fi (Kari Sutela) Newsgroups: comp.lang.rexx Subject: Re: arexx variable substitution Message-ID: <1990Jul22.085402.6323@utu.fi> Date: 22 Jul 90 08:54:02 GMT References: <30411@cup.portal.com> Organization: University of Turku, Finland Lines: 19 In article <30411@cup.portal.com> MJB@cup.portal.com (Martin J Brown-Jr) writes: >address 'TxEd'i 'LOA' a /* loa = load, a = filename arg */ > > ^^^^^^^^ >I can't get this substitution to work >Have any ideas how to make this work? Well, perhaps the manual isn't too clear on this point. If you use the form "address something", the 'something' is taken as a literal string and no variable substitution is performed. The answer is to use the form "address value ". For example: address value 'TxEd'i 'LOA' a should so the job. Kari Sutela sutela@polaris.utu.fi