mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jul 2004
Posts: 59
L
Babel fish
OP Offline
Babel fish
L
Joined: Jul 2004
Posts: 59
Hello I am looking for a way to get the first word in a sentence from a .txt file. and was wondering if someone could give me a start. I searched the forums but I could not find anything.

the file/s contain dictionary terms and I am trying to list each of the defined words to assist in a Look-up. IE whats available.
files are A.txt and so on.

Thanks for any help.

Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
Code:
.msg $chan $gettok($read(<text_file>,<line>),1,32)


/help $read
/help $gettok


Link Copied to Clipboard