On Mon, 14 Aug 2000, Jonas Liljegren wrote: > I can't say > > [% a = "How to insert [% things %]..." %] I think the following should work: [% a = "How to insert ${things}..." %] Hope this helps. --Swen