2011/8/28 Leslie Turriff <jlturr...@centurytel.net>
> Certainly; but what I'm looking or is the "Object Oriented"
> equivalent of
> that "functional" method.
>
Something like that ?
"dir | rxqueue" ; do line over .rexxqueue~new ; say line ; end
If you want to hide the pipe to rxqueue, you can define a tiny .SystemQueue
class, and use it like that :
do line over .SystemQueue~new("dir") ; say line ; end
::class SystemQueue subclass RexxQueue
::method init
use strict arg command
command "| rxqueue"
self~init:super
Jean-Louis
------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users