--- In amibroker@yahoogroups.com, inv learn <[EMAIL PROTECTED]> wrote:

> function importquotes()
> {
>     filename = "C:\\myquotes\\quotes.csv";
>     AmiBroker = new ActiveXObject("Broker.Application" );
>     
>     AmiBroker.Import( 0, filename, "new1.format" );
>     AmiBroker.RefreshAll(); 
> }

Does the file "new1.format" exist?  Also, Import returns a long -- can
you check what is being returned?

Tuzo


Reply via email to