How do I get rid of the "write" process in win98 ?
When I do file I/O to parse files I always have these accumulating "write" processes bogging down my piece of crap system at work. I do close my stuff and exit properly (I think). Looked around but have found no info...
THXS...
I have recently used csv files for data tables being read by a tcl program I wrote to create code from them automatically.
Some of it from the foreach loop:
set count [scan $line_body "%d, %d, %d, %d," w x y z ]
if {$count != 4} { break }
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.