Hi, This may be a shot in the dark. But, what about writing some javascript? The following link might prove helpful.
http://parentnode.org/javascript/default-arguments-in-javascript- functions/ Mike --- In [email protected], Dennis Brown <[EMAIL PROTECTED]> wrote: > > What are you trying to do, have a default value specified if you do > not supply the value of the function argument? > That won't work. You must call a function with all arguments specified. > Only the built-in functions let you leave off some arguments that > substitute default values, not the user defined one functions. > > Best regards, > Dennis > > On Mar 24, 2008, at 8:25 PM, balin8425 wrote: > > Can it be done? I tried > > > > function Function_Name(parameter1=10) > > > > but it didn't work > > > > > > ------------------------------------ > > > > Please note that this group is for discussion between users only. > > > > To get support from AmiBroker please send an e-mail directly to > > SUPPORT {at} amibroker.com > > > > For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: > > http://www.amibroker.com/devlog/ > > > > For other support material please check also: > > http://www.amibroker.com/support.html > > Yahoo! Groups Links > > > > > > >
