|
Ara,
Yes you are right in that new ActiveXObject() syntax should be
used in JScript.
CreateObject should only be used in
_vbscript_.
As to your question: I have tested it and AB does not remain
running on my machine
after script is finished (of course AB was NOT running before
so it was created and closed by script)
I have used this simple script:
AB = new ActiveXObject("Broker.Application");
AA = AB.Analysis; AA.Scan(); If you are having problems you may add AB.Quit() call at the
end of your script.
Best regards, Tomasz Janeczko amibroker.com
Please note that this group is for discussion between users only. To get support from AmiBroker please send an e-mail directly to SUPPORT {at} amibroker.com For other support material please check also: http://www.amibroker.com/support.html YAHOO! GROUPS LINKS
|
