On Wed, Apr 07, 2004 at 01:56:12PM -0400, Jason Gottshall wrote: > Yeah, I noticed similar problems myself. My assumption was that the parser > only recognizes values (not expressions) in argument lists. I resigned > myself to temp vars a long time ago, but never did think to ask about it on > the list. Is there an alternative?
It's not a huge amount better, but you can usually use macro calls instead of assigning to temporary variables. Tony _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
