|
Thanks guys, some of the titles were using
lower case.
Steve
----- Original Message -----
Sent: Wednesday, March 29, 2006 6:04
PM
Subject: RE: [amibroker] Tokens
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:
[email protected]
[mailto:[email protected]]
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!
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
SPONSORED LINKS
YAHOO! GROUPS LINKS
|