mIRC Home    About    Download    Register    News    Help

Print Thread
#124033 01/07/05 08:15 AM
Joined: Jul 2005
Posts: 2
B
Bowl of petunias
OP Offline
Bowl of petunias
B
Joined: Jul 2005
Posts: 2
Hello there.
Can anyone say me is there a way delete ALL the tokens with the $remtok? I have tried to use zero (0) as N, so it looked like this:
$remtok(%teststring,a,0,32)
but it didnt worked for me... confused

#124034 01/07/05 09:33 AM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
while (%teststring != $remtok(%teststring,a,1,32)) { var %teststring = $v2 }

this removes them all

#124035 01/07/05 01:00 PM
Joined: Jul 2005
Posts: 2
B
Bowl of petunias
OP Offline
Bowl of petunias
B
Joined: Jul 2005
Posts: 2
Thank you! That works just fine


Link Copied to Clipboard