mIRC Home    About    Download    Register    News    Help

Print Thread
#83077 15/05/04 03:48 PM
Joined: May 2004
Posts: 8
Z
zleepan Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
Z
Joined: May 2004
Posts: 8
if i only want to read specifik text from an file how would i handle that ?.

lets say ive got this text in text.txt

hello my name is zleepan [ and my name is jonathan ] we are brother

if i dont want to read the text betwen [ ] how to manage that ?.

the text is changin from time to time any idea how to skip the lines betwen [ ] ...

zleepan

#83078 15/05/04 03:50 PM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
$gettok($read(file,line),1,$asc([)) $gettok($read(file,line),2,$asc(]))


New username: hixxy
#83079 15/05/04 06:33 PM
Joined: May 2004
Posts: 8
Z
zleepan Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
Z
Joined: May 2004
Posts: 8
ohoj matie thanks alot its working great now


Link Copied to Clipboard