Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!mips!apple!voder!dtg.nsc.com!waggoner From: waggoner@dtg.nsc.com (Mark Waggoner) Newsgroups: comp.sys.amiga Subject: Re: Help with EXPOSE in ARexx requested Message-ID: <385@icebox.nsc.com> Date: 10 Feb 90 22:27:21 GMT References: <10665@nigel.udel.EDU> Reply-To: waggoner@icebox.UUCP (Mark Waggoner) Distribution: na Organization: National Semiconductor, Santa Clara Lines: 17 In article <10665@nigel.udel.EDU> new@udel.edu (Darren New) writes: > >Any help here, no matter how kludgey, would be appriciated. How do I >get to the caller's variables from a separate-file ARexx macro called from >ARexx? -- Darren I don't believe you can expose variables that were initailized in a separate-file ARexx macro. The ways that I can think of doing it would be to put the values you want to modify on the clip list or to return a string from your procedure that contains rexx instructions to set the variable values. The caller can then interpret the returned string to set the variable values. -- Mark Waggoner Santa Clara, CA (408) 721-6306 waggoner@dtg.nsc.com Unofficially representing National Semiconductor Local Area Networks Group Officially misrepresenting myself.