I assume you mean in plugins ? There is a new feature in the Release 4 version of the RB plugin API - hence my use of plugin shared methods - I appreciate it was not possible to write plugin class shared methods before but now it is. Why should a function returning a value and having a byref argument be a problem? There isnt anything in the ( albeit sparse ) SDK documentation to say it cant be done.. ( im not saying you arent right, just that I don't see anything in the docs that say I cant do this )
On 21/12/07 22:28, "Alfred Van Hoek" <[EMAIL PROTECTED]> wrote: > > On Dec 21, 2007, at 5:24 PM, Daniel Stenning wrote: > >> But it needs the byref because its a factory shared method which >> creates an >> instance and sets the reference byref. Are you saying byref isnt >> allowable >> in plugin methods or shared plugin methods ? > > > A function return value in addition to a byref declaration never > worked in global method declarations. > _______________________________________________ > Unsubscribe or switch delivery mode: > <http://www.realsoftware.com/support/listmanager/> > > Search the archives: > <http://support.realsoftware.com/listarchives/lists.html> > Cheers, Dan _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
