This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 2 matches

by The_Deputy
Mon May 21, 2007 4:36 am
Forum: Scripting Help
Topic: Search in file
Replies: 4
Views: 3483

At this moment I have this code which give me all the lines printed out set in [open "filename.dat" r] set line [split [read $in] \n] close $in puts [lindex $line] so after the close command I have to search with the index I guess How can I do this ? On the internet isn't much information ...
by The_Deputy
Fri May 18, 2007 10:02 am
Forum: Scripting Help
Topic: Search in file
Replies: 4
Views: 3483

Search in file

Hello, I have a file which contains a kind of addressbook eg: 1 Robert Cook Road_Seven_98 Beverly_Hills 081023445 2 Peter Cook Road_Seven_98 Beverly_Hills 08934752435 end so on. The format of this file is Identifier [SPACE] Firstname [SPACE] Lastname [SPACE] Address [SPACE] City [Space] Phonenumber ...