On Aug 15, 2006, at 1:31 PM, Daniel Stenning wrote:

Ok - thanks for clearing that all up,

One last thing, then I'll leave you guys in peace:

In beta release 4 I see you support functions returning structures. Which
is good news.

Features in betas are only to be discussed on the betas list, as there is no guarantee that any given feature in a beta will make it to final version or if its functionality will change before the release.

But what about if I need to return a structure by reference from my RB
method instead of a copy of the structure ?

There is no way to do this. What if the structure is living on the stack (ie, dimmed in the method)? In this case, the method would return the address of a structure that won't exist for much longer -- it will most likely be overwritten the next time a method gets called.

-Jon


--
Jonathan Johnson
[EMAIL PROTECTED]
REAL Software, Inc.


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to