How it is possible to join the string from a variable with a list of strings? More exactly, I have this:
set Dir "02_E12_SP_el";
set OutputDir [join {$Dir _ forcesElem21.out} ""];
I want OutputDir to be "02_E12_SP_el_forcesElem21.out", but instead I obtain "$Dir_forcesElem21.out"
file joinwhich is aware of a number of subtleties that aren't immediately obvious.