"Dave Cross" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Wed, Nov 10, 2004 at 08:18:50PM -0500, Robert Hicks wrote: > > Can I put a value in my variables (say value => 'name') where that name is a > > lib that is called depending on a switch statement? > > > > [% INCLUDE [% value %] %] > > > > Then that value would be be changed to the lib name I want to include and > > then it would be parsed. I am guessing that would be a double pass and not > > work but I am away from my dev box to try it. > > Try > > [% INCLUDE $value %] > > Dave... >
Thanks, I will. Robert _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
