[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] EnableText=False not preventing gibberish in Interpretation Window



PureBytes Links

Trading Reference Links



Hi again,
While on the subject of text output.  Why can't the code below using 
EnableTextOutput(False); prevent gibberish from showing up in the interpretation window?  I'd only want the "TEST COMMENTARY" message.
I get the following in interpretation window with the code at bottom:
Date: 10/7/2003
\c5510/7/2003   IWM   \c16GUPPY MATEST COMMENTARY
 
CODE BEGINS:
EnableTextOutput(False);
Title = EncodeColor(colorWhite) + Date() + " " + Name() + " " + EncodeColor(colorBlack) + "GUPPY MA";
EnableTextOutput(True);
//INTERPRETATION WINDOW COMMENTARY BEGINS
"TEST COMMENTARY";
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search






Yahoo! Groups Sponsor


  ADVERTISEMENT 









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 the Yahoo! Terms of Service.



Attachment: Description: ""