| PureBytes Links Trading Reference Links | 
Stick in \n anywhere you want a line break (inside quotes)
-- 
Terry
From: "Dean Hodgins" <deanhodgins@xxxxxxxxx>
Reply-To: amibroker@xxxxxxxxxxxxxxx
Date: Sat, 30 Oct 2004 20:08:07 -0000
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Coding Question re Title runs off chart
I have this long title that runs right off the edge of my chart.
How would I code a "return" or character to start a new line.
Thanks & Regards,
Spike
Title= EncodeColor(colorWhite)+ "HaOpen   $" + WriteVal(HaOpen/1,1.2)
+ "   HaHigh   $" + WriteVal(HaHigh/1,1.2) + "   HaLow   $" + WriteVal
(HaLow/1,1.2) + 
"   HaClose   $" + WriteVal(HaClose/1,1.2) + "   High Yes   $" +
WriteVal(dh/1,1.2) +
"   Low Yes   $" + WriteVal(dl/1,1.2) + "   Open Today   $" + WriteVal
(dop/1,1.2)
+ "   Date/Time " + WriteVal( DateTime(),formatDateTime) + "
Volume " +
WriteVal(Volume,1.0) + "   Daily Pivot " + WriteVal(Pivot/1,1.2)
+ "    Weekly Pivot " + WriteVal(WPivot/1,1.2) + "    Low " + WriteVal
(dl/1,1.2);  
------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/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/
 
 |