I have been reworking some tcl code. Is it best to use variables in your code such as $HCISITEDIR. I have have several platforms represented, each with much of its code with actual paths in the tcl procs. Can I simply replace the “/hci/root3.8.1P/prod” with $HCISITEDIR whereever it is used in the tclprocs? I am upgrading several systems and would like to make it a little more pain free by using portable code to accommodate for things like the new paths C:quovadxqdx5.3…. I beleive this would also help when changing site names. Any comments or suggestions are most helpful.