1) After a little think time at the dog park, I restructured my code a bit
and now am able to cleanup implement the full ADDRESS WITH semantics.
2) I'm planning on adding File as one of the objects support with USING
3) I have been able to implement the APPEND/REPLACE options for all USING
types except for the Stream object type. Since the intent here is to write
to an already prepared stream object, REPLACE is really not doable, and
APPEND doesn't really have any meaning either since the stream might be set
to a given position. I plan on raising an error if either option exists.
It's a little awkward that REPLACE is the default for all of the other
situations, but we'll just have to document this as a special case.
4) btw, I realized while I was writing this that the Stream object you
supply could be a socketStream instance, allowing out to send or read data
elsewhere :-)
Rick
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel