[ic] problems with [filter] tag

Zachary Matthews zac@mediapc.com
Fri, 08 Dec 2000 15:39:06 -0800


Does anyone know why this doesn't work:

    [seti header_time][tag time]%B %d, %Y[/tag][/seti]

    [filter op="uc"][scratch header_time][/filter]

The output of this page is blank.


However, when I do this:

    [seti header_time][tag time]%B %d, %Y[/tag][/seti]

    [scratch header_time]

I get:

    December 08, 2000


Does the filter tag interpolate before the scratch variable is assigned?
I want to get the date to be all CAPS:

    DECEMBER 08, 2000

Any ideas?