Hi, I'm a beginner to Amibroker so please bear with me...
In Amibroker's default editor, if I made some changes to the codes,
the results are shown in Amibroker right away.
But if I change the code in Ultraedit and save the file, Amibroker
does not respond to my changes.
I tried running this .js:
var AB = new ActiveXObject("Broker.Application");
AB.RefreshAll();
and it doesn't work. Still nothing happens in Amibroker.
I wonder how I can solve this problem?
