1b125 reading a file - The Tcl programming language
Training, Open Source computer languages
PerlPHPPythonMySQLApache / TomcatTclRubyJavaC and C++LinuxCSS 
Search for:
Home Accessibility Courses Diary The Mouth Forum Resources Site Map About Us Contact
reading a file

Posted by priyadharshini (priyadharshini), 31 July 2008
Hi,

  I wrote a tcl script to read file. This is the snitppet.

set in [open "opalIpTbl.txt" "r"]
seek $in 0 start
while { [gets $in line] != -1 } {
gets $in line
puts $line

  It doesn't read the first 3 lines. Whats the mistake in it?

Thank you,

Posted by admin (Graham Ellis), 2 August 2008
You don't need to seek, but yiou do need a } on the end.  As to why these errors cause it to skip 3 lines, I don't know.



This page is a thread posted to the opentalk forum at www.opentalk.org.uk and archived here for reference. To jump to the archive index please follow this link.

You can Add a comment or ranking to this page

© WELL HOUSE CONSULTANTS LTD., 2013: Well House Manor • 48 Spa Road • Melksham, Wiltshire • United Kingdom • SN12 7NY
PH: 01144 1225 708225 • FAX: 01144 1225 899360 • EMAIL: info@wellho.net • WEB: http://www.wellho.net • SKYPE: wellho
0