[Templates] Assigning filter output

Hann, Brian Brian.Hann@umb.com
Fri, 10 Oct 2003 10:58:28 -0500


I'm trying to do some rounding and I'm wondering if there's an easy way
to assign the output of a FILTER to a variable.  This throws some
errors:

    [% floor =3D FILTER('%.0f'); num; END %]

Brian Hann