mIRC Homepage
Posted By: Shado * /tokenize: line too long - 17/11/04 11:11 PM
Anyone know how you fix this?

Code:
on *:sockread:weather:{
  sockread %tmp 
  tokenize 32 %tmp  
  if ($strip(%tmp)) { aline @weather %tmp }
  unset %tmp
}

This is what the error points to: tokenize 32 %tmp
Posted By: Danthemandoo Re: * /tokenize: line too long - 18/11/04 02:03 AM
in that small script, its not needed so u can remove it. You only need it if you need to pick out a specific token out, EG $2-.
Posted By: TroyBoy Re: * /tokenize: line too long - 24/11/04 05:44 PM
if %tmp was null, then there would be insufficient parameters for tokenize to work.
Whats the error message?
© mIRC Discussion Forums