PureBytes Links
Trading Reference Links
|
Hello,
B: Yes, GetScriptObject() needs a
EnableScript() because it retrieves
currently active
scripting engine either "jscript" or "vbscript" .
Without prior
EnableScript() call it is simply no active scripting engine at all.
Thank you for proofing
the documentation and pointing this out..
Best regards,
Tomasz Janeczko
amibroker.com
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Dimitris
Tsokakis
To: <A
href=""
title=amibroker@xxxxxxxxxxxxxxx>amibroker@xxxxxxxxxxxxxxx
Sent: Sunday, November 18, 2001 9:40
PM
Subject: [amibroker] Amibroker 3.80
Dear Tomasz,Thank you for 3.80
upgrade.A.Inwatchlist(listno) function is great.It is very simple
now to find missing stocks between two days.running filter=1 for each day
and placing the results to List 5 and List 6,
thenFilter=InWatchList(5)==1 AND InWatchList(6)==0;(In ^NDX Yahoo
stopped data for ATHM after 9/28 and EXDS after 9/26.the stocks have
stopped for some days and came back again, but Yahoodid not update.In
stockcharts.com/historical they are called now ATHMQ and EXDSQ)B.The
example in GETSCRIPTOBJECT (AFL 1.8) SYNTAX getscriptobject( )
is not operating.After reading again and again I saw the
mistake.A ; is missing in EnableScript("jscript")!!!!!!!Best
regardsDimitris Tsokakis Your
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
|