Theodore H. Smith <[EMAIL PROTECTED]> wrote: > Hi people, > > Can it be true that no other plugin uses default parameters? I find > that hard to believe.
My plugin has a few hundred default parameters. > I am thinking of just altering all my functions that don't work, and > providing "wrapper" modules written in pure REALbasic using the > extends keyword, to make the old functions still work. Why not duplicate the methods and overload them? function test(x as integer) as integer function test(x as integer, y as integer) as integer Gruß Christian -- Over 1100 classes with 21000 functions in one REALbasic plug-in. The Monkeybread Software Realbasic Plugin v8.4. <http://www.monkeybreadsoftware.de/realbasic/plugins.shtml> _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
