PureBytes Links
Trading Reference Links
|
i want to keep the notes in the NotePad and add to them with a new note.
how can i do that?
i've tried the NoteGet, followed by the NoteSet, but NoteSet overwrites the
new data.
i'm probably doing something wrong--but i'm stuck.
here is a portion of my code....
if (LastValue(Buy) == 1)
{
CategoryAddSymbol("", categoryWatchlist, 3);
NoteGet( "" );
NoteSet("", "B3,");
}
thanks,
ron
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.716 / Virus Database: 472 - Release Date: 7/5/2004
------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.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/
|