I thought that import do the same thing as File/Import ASCII (which works with web page greatly), but thanks for advice, I have already managed it with URLGET, there is just one imperfection that you have to save file locally.:-(
_____ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Tomasz Janeczko Sent: Friday, March 16, 2007 1:04 AM To: [email protected] Subject: Re: [amibroker] Imporitg data Import is for importing LOCAL files (stored on your hard drive). TO get data from web pages and import them you can use URLGet free program, that is described here: http://www.amibroke <http://www.amibroker.com/newsletter/06-2001.html> r.com/newsletter/06-2001.html Best regards, Tomasz Janeczko amibroker.com ----- Original Message ----- From: "aleskresta" <ales.kresta@ <mailto:ales.kresta%40seznam.cz> seznam.cz> To: <[EMAIL PROTECTED] <mailto:amibroker%40yahoogroups.com> ps.com> Sent: Thursday, March 15, 2007 10:46 PM Subject: [amibroker] Imporitg data > Hi, > > my problem: If I click File/Import ASCII and then just put into the > name of the file http://akcie. <http://akcie.vasweb.eu/data/spad-vse.php> vasweb.eu/data/spad-vse.php it works > great, but I made a script file which contains: > > AmiBroker = new ActiveXObject( "Broker.Application" ); > > AmiBroker.Import(0,"http://akcie. <http://akcie.vasweb.eu/data/spad-vse.php> vasweb.eu/data/spad-vse.php", "als- > moje web stranka.format"); > AmiBroker.RefreshAll(); > AmiBroker.SaveDatabase(); > > > I added this script into the tools, but problem is that this script > does nothing(u can see that the AmiBroker was refreshed, but Tickers > are not updated). Could someone help me please?? > > > > > 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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: > http://www.amibroke <http://www.amibroker.com/devlog/> r.com/devlog/ > > For other support material please check also: > http://www.amibroke <http://www.amibroker.com/support.html> r.com/support.html > > Yahoo! Groups Links > > > > >
