Josh Rosenbaum wrote:
> somevar.blah is your key you are testing. So just [% somevar.blah %]
>
> Example:
> [% IF order_ids.${somebar.blah} %]
> Order Number is: [% somebar.blah %]
> [% END %]
Whoops. somebar was supposed to be somevar there.
Example:
[% IF order_ids.${somevar.blah} %]
Order Number is: [% somevar.blah %]
[% END %]
-- josh
_______________________________________________
templates mailing list
[email protected]
http://mail.template-toolkit.org/mailman/listinfo/templates
