I would like to know if I can replace a variable twice.
For instance:
#global variable TEST_SERV_EXT=""
I want to dynamically build the last two and assign them to TEST_SERV_EXT.
I tried something like this $ {$ TEST_SERV_COMP}, but I get a "bad replacement" message.
I need something like php function "$$" or tcl subst.
Regards, thandem
source share