PureBytes Links
Trading Reference Links
|
Hi,
I am not an expert , but you can try
AmiVar Iwant = gSite.CallFunction( "DateNum",0, ArgsTable );
Result = Iwant.array[i];
>
> How do you call an AB function through C++ that does not require
variables
> ... for example DateNum?
>
> gSite.CallFunction("DateNum", , )
>
> Thanks in advance,
> Peter
|