I have upgraded to eSignal 7.9 and since the upgrade I get the result
[object series]
in the output window with the code debugPrintln(close());
I have also tried debugPrintln(close); and I get the output
function close() {
[native code]
}
This worked fine before I did the upgrade.
[object series]
in the output window with the code debugPrintln(close());
I have also tried debugPrintln(close); and I get the output
function close() {
[native code]
}
This worked fine before I did the upgrade.
Comment