mIRC Home    About    Download    Register    News    Help

Print Thread
#49525 15/09/03 04:09 AM
Joined: Apr 2003
Posts: 300
A
andymps Offline OP
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Apr 2003
Posts: 300
i found the problem with my script ( https://forums.mirc.com/showflat.php?Cat=...amp;amp;fpart=1 )
it doesnt like the time stamp from the log, so i need it to notice itself with the info without the timestamp, i tryed $read(%log, s, [ * ],1) but it wont work, [ * ] is the time stamp brackets but the star cos i dont know what the numbers will be, does anyone know what else i could do?

*EDIT*
not with the spaces with the [ * ] tho, but this forum puts them as bullet points :-/

Last edited by andymps; 15/09/03 04:10 AM.

Liek OMG Yuo Stoleded my MageHurtzzzz!!!11
#49526 15/09/03 08:02 AM
Joined: Jan 2003
Posts: 150
J
Vogon poet
Offline
Vogon poet
J
Joined: Jan 2003
Posts: 150
$gettok($read(yourfile,1),2,32)
/help $gettok


Go ahead, jump. 100,000 lemmings can't be wrong.
#49527 15/09/03 08:17 AM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
/tokenize 32 $read(yourfile,1)
$2
/help /tokenize cool


new username: tidy_trax
#49528 15/09/03 08:31 AM
Joined: Apr 2003
Posts: 300
A
andymps Offline OP
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Apr 2003
Posts: 300
tyvm


Liek OMG Yuo Stoleded my MageHurtzzzz!!!11
#49529 15/09/03 08:36 AM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
np smile


new username: tidy_trax
#49530 15/09/03 09:07 AM
Joined: Jan 2003
Posts: 150
J
Vogon poet
Offline
Vogon poet
J
Joined: Jan 2003
Posts: 150
$2 or maybe $2-? cool


Go ahead, jump. 100,000 lemmings can't be wrong.
#49531 15/09/03 09:11 AM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
:tongue:


new username: tidy_trax

Link Copied to Clipboard