[Templates] Template can not use overloaded @{} operator
Larry Leszczynski
larryl@emailplus.org
Wed, 1 Feb 2006 10:43:33 -0700 (Mountain Standard Time)
Hi Gernot -
> and where mytemplate.txt looks like
> [% c %]
> [% FOREACH x = c %]
> [% x %]
> [% END %]
Did you mean :
[% FOREACH x IN c %]
?
Larry