PureBytes Links
Trading Reference Links
|
Hello,
One correction:
NoteSet( "", NoteGet("") + "\nYour text" );
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "Tomasz Janeczko" <amibroker@xxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Saturday, July 10, 2004 8:38 PM
Subject: Re: [amibroker] How can i append the NotePad using NoteSet
> Hello,
>
>
> To append use
>
> NoteSet( NoteGet() + "\nYour text" );
>
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message -----
> From: "ronbo" <ronbo@xxxxxxxxxxxxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Saturday, July 10, 2004 8:35 PM
> Subject: [amibroker] How can i append the NotePad using NoteSet
>
>
> > 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
> >
> >
> >
> >
> > 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
> >
> >
> >
> >
> >
> >
------------------------ 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/
|