rameshbhats
Technical User
Hi,
I am using Etcl for Windows(Evolane Tcl/Tk Engine
Version 1.0.1 (2009-01-06), I am trying some filehandling programs, where I wanted to read a file until end of file.
I used: while ![eof $file] { gets $file }
But with this code, Etcl stops responding(windows hangs).
Please guide me on this.
Regards
Ramesh
I am using Etcl for Windows(Evolane Tcl/Tk Engine
Version 1.0.1 (2009-01-06), I am trying some filehandling programs, where I wanted to read a file until end of file.
I used: while ![eof $file] { gets $file }
But with this code, Etcl stops responding(windows hangs).
Please guide me on this.
Regards
Ramesh