PureBytes Links
Trading Reference Links
|
Hello,
Yes - just use zero for NumArgs.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "bluesinvestor" <investor@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Monday, April 22, 2002 7:56 PM
Subject: RE: [amibroker] [DLL] CallFunction with no variables
> I think I found the answer:
>
> AmiVar arg[ 1 ];
> dnum = gSite.CallFunction("DateNum", 0, arg);
>
> At least this works ;-)
>
> > -----Original Message-----
> > From: bluesinvestor [mailto:investor@x...]
> > Sent: Monday, April 22, 2002 12:37 PM
> > To: Amibroker
> > Subject: [amibroker] [DLL] CallFunction with no variables
> >
> > Tomasz et all,
> >
> > How do you call an AB function through C++ that does not require variables
> > ... for example DateNum?
> >
> > gSite.CallFunction("DateNum", , )
> >
> > Thanks in advance,
> > Peter
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
|