While going through the send/With and start/With methods I "stumbled" over reply/With which I was not aware of that they got added.

If understanding correctly, then reply/With is the same as start/With just creating a copy of the target message object to dispatch. If so, the same effect can be simply achieved in plain ooRexx code like:

   dispatchedMsg=msg~copy~start/With(...)

If that is the case why would it be important to have new reply/With methods added for the .message class?

---rony

_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to