Forum OpenACS Q&A: Response to Translation of vars within string

Collapse
Posted by David Walker on
This was successful for me.
set x {my name is $name}
set name David

ns_write [subst $x]