PureBytes Links
Trading Reference Links
|
Thanks Tomasz.
In fact both the files http://www.amibroker.com/newsletter/asx.js and http://www.amibroker.com/newsletter/wse.js have the same syntax "Scripting.NOFileSystemObject".
I have changed it now into "Scripting.FileSystemObject" but am having a new error at the next line: 'Impossible to find the specified procedure'.
Am I missing something?
Thanks,
Franco
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxxx> wrote:
>
> You have copied/edited it wrong, should be:
> FileSys = new ActiveXObject( "Scripting.FileSystemObject" );
> (as in the original)
>
> instead of:
> FileSys = new ActiveXObject( "Scripting.NOFileSystemObject" );
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
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
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|