Hmm, I've never had 
  any problems. Just make sure they are inside quotes and always 
  UPPERCASE:
  "{{VALUES}}"
   
  or more 
  completely:
   
  
  _N(Title = "My file 
  for xyz Indicator: Close for {{NAME}} = " + 
  EncodeColor(colorGreen) + NumToStr(C,1.2) + 
  " - 
  {{VALUES}}");
   
  --
  Terry
 
  -----Original 
  Message-----
From: 
  amibroker@xxxxxxxxxxxxxxx 
  [mailto:amibroker@xxxxxxxxxxxxxxx] 
  On Behalf Of Steve 
  Dugas
Sent: Wednesday, March 
  29, 2006 15:20
To: Yahoo - 
  AmiBroker
Subject: 
  [amibroker] Tokens
   
  
  
  
  Can anyone explain to me 
  the exact rules for using the tokens like {{NAME}}, etc in the title? 
  When I try to combine these with other strings or variables in the title, it 
  seems that it works sometimes and other times it prints "{{NAME}}" instead of 
  the item it represents. Sometimes the smallest change causes it to fail. 
  Anyone know what I should avoid to keep it from "breaking"? Thank 
  you!