On 11/18/05, Subbu Meiyappan <[EMAIL PROTECTED]> wrote:
> For example, I would like to do the following:
> [% ABC = "prefix_[% CDE + 1 %]_suffix" %]
> TT did not allow me to do nested tags. I would prefer not to create new
> variables to do this. I am sure there is a simple way to do this. Thanks in
> advance.

Not tested, but will this work for you?

[% ABC = "prefix_" _  (CDE + 1) _ "_suffix" %]

Cheers,

Cees

_______________________________________________
templates mailing list
[email protected]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to