on 4/5/01 12:02 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:

> #set ($foo='this is some $text $!bar')
> #set ($text="foo")
> #set ($bar="bar!")
> #eval($foo)

Why not just:

#set ($text="foo")
#set ($bar="bar!")
#set ($foo="this is some $text $!bar")

?

I don't think we need a #eval. This has already been discussed on the list.

-jon

Reply via email to