mIRC Homepage
Posted By: BP_Vital $remtok problem - 01/07/05 08:15 AM
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
Posted By: DaveC Re: $remtok problem - 01/07/05 09:33 AM
while (%teststring != $remtok(%teststring,a,1,32)) { var %teststring = $v2 }

this removes them all
Posted By: BP_Vital Re: $remtok problem - 01/07/05 01:00 PM
Thank you! That works just fine
© mIRC Discussion Forums