Paradigm6790
Programmer
Hello everybody,
I found a very similar question on this site: but they were dealing with it in a manner that I couldn't quite use.
I am in a situation where I have 2 files: foo.tcl and bar.tcl. The problem I have is that I cannot edit "foo.tcl" but I need the contents of a variable in it (There is a provided proc that pauses code at the part I need). I "simply" need to copy the contents of a variable in "foo.tcl" to a variable in "bar.tcl"
Is there a way to do this beyond using the source command?
Thanks
I found a very similar question on this site: but they were dealing with it in a manner that I couldn't quite use.
I am in a situation where I have 2 files: foo.tcl and bar.tcl. The problem I have is that I cannot edit "foo.tcl" but I need the contents of a variable in it (There is a provided proc that pauses code at the part I need). I "simply" need to copy the contents of a variable in "foo.tcl" to a variable in "bar.tcl"
Is there a way to do this beyond using the source command?
Thanks