PureBytes Links
Trading Reference Links
|
I have set up some extensive Title statements that arrange output
data in columns. Everything looks great on the screen, but when I
shut down AB and then reopen it, the columns no longer line up.
A portion of the code is:
-------------
... + "Value at Vertical
Bar " + WriteVal
(PortValue,8.2) + " " + WriteVal(WPortValue,8.2)
+ "\n% change of Close
is " +
WriteVal( EndValue(PPerChange),8.2 )
+ " " + WriteVal(EndValue
(WPerChange),8.2) + "%" + "\nAnnual %
change
" + WriteVal(EndValue(PAnnPerChange),8.2)
+ " " + WriteVal(EndValue
(WAnnPerChange),8.2) + ... ;
---------------
Has anyone else run into this issue and solved it?
Thanks and Happy Holidays
Bill
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
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/
|