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.
#49526 15/09/03 08:02 AM
Joined: Jan 2003
Posts: 149
J
Vogon poet
Offline
Vogon poet
J
Joined: Jan 2003
Posts: 149
$gettok($read(yourfile,1),2,32)
/help $gettok

#49527 15/09/03 08:17 AM
P
pheonix
pheonix
P
/tokenize 32 $read(yourfile,1)
$2
/help /tokenize cool

#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

#49529 15/09/03 08:36 AM
P
pheonix
pheonix
P
np smile

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

#49531 15/09/03 09:11 AM
P
pheonix
pheonix
P
:tongue:


Link Copied to Clipboard