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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by globulle

  1. globulle

    Reading information from a background process [fconfigure fileevent]

    Using: WINDOWS 2000 Pro Tcl/Tk 8.4a2 I have the folowing code: *********************************************************** proc ReadLine {fileId} { global string1 global progBarRation if {[eof $fileId]} { catch {close $fileId} return } set newData...

Part and Inventory Search

Back
Top