----- Original Message ----- 
    
    
    Sent: Saturday, January 07, 2006 9:32 
    AM
    Subject: RE: [amibroker] Extra print to 
    interpretation?
    
    
    
      
      
        | SYNTAX | EnableTextOuput( enable ) | 
      
        | RETURNS | NOTHING | 
      
        | FUNCTION | Allows to enable or disable text output in the guru 
          chart commentary window | 
      
        | EXAMPLE | EnableTextOutput(False);variable = "text"; // 
          this won't be written to commentary window
 EnableTextOutput(True);
 | 
      
        | SEE ALSO | _N() 
          function | 
 
    
      When I put this 
      line in my file:
NQTicker = "NQH6-Globex-Fut";
AB 
      prints the output to the interpretation window.  
Any 
      way to turn that 
  off?
Thanks