No, these are completely different things. An RXCMD exit is just part of the general exit handling, and allows you to intercept and process and issued commands, regardless of the current address target. A subcommand handler is for creating specific addressable subcommand handlers.
Rick On Sun, Jan 29, 2012 at 1:57 PM, Rony G. Flatscher <[email protected]> wrote: > In "rexxpg.pdf" chapter "9.12.2.4. RXCMD" documents: "Processes calls to > subcommand handlers." and > explains the parameter block structure. This structure also includes > information related to a DLL > name and indicates whether the handler is implemented instead in an EXE. > > Chapter "9.13. Command Handler Interface" gives an example for a command > handler which has a > different signature to the RXCMD exit handler signature. > > Is this because there are two options available in ooRexx 4, the first for > using DIRECT_EXITS and > the latter for using DIRECT_ENVIRONMENTS? > > If so, would it be o.k. to use the DIRECT_EXITS version or is it preferable > to use the > DIRECT_ENVIRONMENTS one? > > TIA, > > ---rony > > > ------------------------------------------------------------------------------ > Try before you buy = See our experts in action! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-dev2 > _______________________________________________ > Oorexx-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/oorexx-devel ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
