mIRC Homepage
Posted By: nomer2007 using tokens to multiply a word - 03/11/07 07:16 AM
What is for multiplying a word

$tok(word,Char,howmanytimes)
Posted By: deegee Re: using tokens to multiply a word - 03/11/07 07:21 AM
/help $str
Posted By: nomer2007 Re: using tokens to multiply a word - 03/11/07 08:54 AM
Thanks deegee
Posted By: nomer2007 Re: using tokens to multiply a word - 05/11/07 08:22 AM
when i use $str(word,3)
returns
wordwordword

can't it be
word word word
Posted By: Horstl Re: using tokens to multiply a word - 05/11/07 08:30 AM
You'd need to multiply the space char as well:
$str($+(word,$chr(32)),3)
© mIRC Discussion Forums