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 mdnkia
Fri Feb 04, 2005 2:49 pm
Forum: Archive
Topic: split text
Replies: 5
Views: 2322

hmmm... thx for the reply but i know this code already i got much lines on file.txt and it will be so hard to edit all the text... :(
by mdnkia
Fri Feb 04, 2005 2:20 pm
Forum: Archive
Topic: split text
Replies: 5
Views: 2322

split text

hello i have this code set f [open $file] seek $f $pos if {[gets $f line]>-1} { putserv "privmsg $chan :$line" it will read line by line from the file.txt the problem is i have long sentence in 1 line is there any way to split it? when the script read . [dot] it will do new privmsg and con...