Hello,
I have installed 2 instance of 64 bit amibroker in my computer. The first one is in C:\Program Files\Amibroker and the second one is in C:\Program Files (x86)\Amibroker . And I do not use them simultaneously.
I have this js file to import data using OLE. I run the js file by clicking it. When I use the first instance, it is working fine, but I can not import it using the second instance.
How to make it working with the second instance?
var AB = new ActiveXObject( "Broker.Application" );
AB.Import(0, file path, prnn format );
AB.RefreshAll();
Please advise.
Thanks