PureBytes Links
Trading Reference Links
|
working on a series of charts with interpretations, it appears that quoted
text from assignments made in the charting code appears in the
interpretation area.
for example, the following is used before the '//--Indicator-End—', since
it's part of the charting code:
---------------
IndexTicker = "VFINX";
IndexPrice = Foreign(IndexTicker, "C");
[other code that uses the variable IndexTicker]
---------------
for some reason, the string "VFINX" (no quotes) shows up in the
interpretation. how can I make a string assignment without this happening?
thanks,
Dave Merrill
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark
Printer at Myinks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/l.m7sD/LIdGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
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
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|