Leo Lapworth wrote:
> [% callcent = ( compnos / var.value) * 100 FILTER format('%2.02f') %]
A minor variation:
[% USE percent = format('.02f') %]
...
[% percent(callcent) %]
A
_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates
