Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. zhuyf1225

    TCL slave interper problem with file I/O

    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...

Part and Inventory Search

Back
Top