With start/startWith, the message object can only be used just one time. That is, once you have invoked start, the message object cannot be reused to run the method.
The reply and replyWith methods use the information from the target message object to create a new message object which is then started. Because the target message object is not directly started, it can be used to trigger multiple messages. This would be useful for event handler situations. Rick On Sun, Oct 18, 2015 at 12:05 PM, Erich Steinböck < [email protected]> wrote: > Rick, I've just committed documentation for the new 5.0 features of the > Message class. > > For the new reply/repyWith methods I'd need some help. In what respect > does reply/repyWith differ from start/startWith, except that they return > a *copy* of the receiving message. Do you have a short description? > > As usual, you'll find the latest rexxref build at > https://sourceforge.net/projects/oorexx/files/oorexx-docs/5.0.0alpha/ > > Erich > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Oorexx-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/oorexx-devel > >
------------------------------------------------------------------------------
_______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
