On Sat, Aug 2, 2008 at 3:08 PM, Rick McGuire <[EMAIL PROTECTED]> wrote:

> All of the NewString*() APIs copy the source data into an ooRexx
> String object.  It does nothing with the storage you point it to
> except copy the data out of it, so it doesn't really matter how the
> storage was created.

Okay, that's what I thought it did.  I just stepped through it in the
debugger and saw where the memcpy is done.  Probably should have done
that in the first place. <grin>

Good information to get in the record though, and good to clarify
NewBufferString().  I had seen the FinishBufferString() and assumed it
was needed for ... well something.

--
Mark Miesfeld

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to