PureBytes Links
Trading Reference Links
|
i think you need a "" not a " ".
hth,
ron
-----Original Message-----
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx]On Behalf
Of wavemechanic
Sent: Saturday, August 13, 2005 1:00 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: Re: [amibroker] Simple code stumper
Forgot to mention that this is being done within the Explore environment.
----- Original Message -----
From: wavemechanic
To: AmiBroker, User
Sent: Saturday, August 13, 2005 3:19 PM
Subject: [amibroker] Simple code stumper
I'm stumped on this simple code. I am trying to use AFL to empty a
watchlist before putting new symbols in. Would appreciate it if someone
would tell me why the following two examples do not remove the symbols in
the first four watchlists (numbers 0-3)?
TIA.
Bill
----------------------------------------------------------------------------
for(i = 0; i < 4; i++)
{
CategoryRemoveSymbol(" ", categoryWatchlist, i);
}
----------------------------------------------
for(i = 0; i < 4; i++)
{
CategoryRemoveSymbol(Name(), categoryWatchlist, i);
}
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.10.8/71 - Release Date: 08/12/05
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
Visit your group "amibroker" on the web.
To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.10.2/65 - Release Date: 8/7/2005
------------------------ Yahoo! Groups Sponsor --------------------~-->
<font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hl2rcsv/M=362343.6886682.7839641.1493532/D=groups/S=1705632198:TM/Y=YAHOO/EXP=1123976086/A=2894350/R=0/SIG=10tj5mr8v/*http://www.globalgiving.com">Make a difference. Find and fund world-changing projects at GlobalGiving</a>.</font>
--------------------------------------------------------------------~->
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/
|