PureBytes Links
Trading Reference Links
|
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 --------------------~-->
$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/
|