I have a very strange problem with tcl slave interper
I use the following code to open file for writing in slave interper and it works well:
####
interp create foo
foo eval {set f [open www.txt w+]}
foo eval {puts $f "hello world"}
foo eval {close $f}
##
I can see "hello world" is written to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.