Re: [Oorexx-devel] Question about calling an external routine

2009-01-25 Thread rob...@garrettfamily.us
List Subject: Re: [Oorexx-devel] Question about calling an external routine rob...@garrettfamily.us wrote: Thanks for the reply, Rony. I've been reading about the ::REQUIRES and ::ROUTINE directives in the doc but so far haven't hit on the correct coding to get them

Re: [Oorexx-devel] Question about calling an external routine

2009-01-25 Thread Rony G. Flatscher
rob...@garrettfamily.us wrote: > Thanks for the reply, Rony. > > I've been reading about the ::REQUIRES and ::ROUTINE directives in the > doc but so far haven't hit on the correct coding to get them working > properly. These directives/concepts don't exist in mainframe REXX so > they're new to

Re: [Oorexx-devel] Question about calling an external routine

2009-01-25 Thread rob...@garrettfamily.us
veloper Mailing List Subject: Re: [Oorexx-devel] Question about calling an external routine rob...@garrettfamily.us wrote: (Apologies in advance if I've sent this to an inappropriate list) Is it possible to pass an instance of an object from an externally called routine back to

Re: [Oorexx-devel] Question about calling an external routine

2009-01-25 Thread Rony G. Flatscher
rob...@garrettfamily.us wrote: > (Apologies in advance if I've sent this to an inappropriate list) > > Is it possible to pass an instance of an object from an externally > called routine back to the parent routine? If so, how? > > Example: > Assume two separate REXX routines (separate files):

[Oorexx-devel] Question about calling an external routine

2009-01-25 Thread rob...@garrettfamily.us
(Apologies in advance if I've sent this to an inappropriate list) Is it possible to pass an instance of an object from an externally called routine back to the parent routine? If so, how? Example: Assume two separate REXX routines (separate files): MAIN.rex and LOGGER.rex. I'd like to be able to