PureBytes Links
Trading Reference Links
|
Hi Dean,
Title = "Line 1\nLine2\nline3";
Regards,
William Peters
www.amitools.com
Saturday, October 30, 2004, 4:08:07 PM, you wrote:
DH> I have this long title that runs right off the edge of my chart.
DH> How would I code a "return" or character to start a new line.
DH> Thanks & Regards,
DH> Spike
DH> Title= EncodeColor(colorWhite)+ "HaOpen $" + WriteVal(HaOpen/1,1.2)
DH> + " HaHigh $" + WriteVal(HaHigh/1,1.2) + " HaLow $" + WriteVal
DH> (HaLow/1,1.2) +
DH> " HaClose $" + WriteVal(HaClose/1,1.2) + " High Yes $" +
DH> WriteVal(dh/1,1.2) +
DH> " Low Yes $" + WriteVal(dl/1,1.2) + " Open Today $" + WriteVal
DH> (dop/1,1.2)
DH> + " Date/Time " + WriteVal( DateTime(),formatDateTime) + "
DH> Volume " +
DH> WriteVal(Volume,1.0) + " Daily Pivot " + WriteVal(Pivot/1,1.2)
DH> + " Weekly Pivot " + WriteVal(WPivot/1,1.2) + " Low " + WriteVal
DH> (dl/1,1.2);
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/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/
|