PureBytes Links
Trading Reference Links
|
UM,
Replacing 'Count' with 'Countb' did the trick. However, although it
deleted all the tickers in 'Watchlist 12' (just half a dozen test
tickers), they were not deleted from the database.
Steve
--- In amibroker@xxxxxxxxxxxxxxx, uenal.mutlu@xxxx wrote:
> Then change all occurences of that name to something else.
> Are there any other plugins loaded? And is your database
> local or remote, and is it EndOfDay or Intraday database?
>
> I think it would be easier for you what Graham said; just
> take the stocks which interesst you into a watchlist and do
> your scans on that watchlist. The structure is kept.
>
> UM
>
>
> ----- Original Message -----
> From: "steve_almond" <steve@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Thursday, June 05, 2003 12:55 AM
> Subject: [amibroker] Re: All Those Tickers........
>
>
> > Still the same error I'm afraid:
> >
> > Line 10, Column 7:
> > function DeleteStocksFromDB(iWL)
> >
> > { // stocks in the given watchlist are deleted
> >
> > // from the database
> >
> > Count =
> > ------^
> >
> > Error 23.
> > Syntax error
> >
> >
> >
> > It sure doesn't like "Count". If I //count=0;, the error jumps
to
> > Count++; then to if (Count > 0).
> >
> > Always indicating the symbol following the word 'Count'
> > ("=", "+", ">") .
> >
> > Does this help?
> >
> > Steve
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/Lj3uPC/Me7FAA/ySSFAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|